@csrf
Note:Please choose Any One Input Type Image or Video or YouTube Link
Heading
@if ($errors->has('heading'))
{{ $errors->first('heading') }}
@endif
Main Category
Select Main Category
@foreach($maincatlist as $list)
{{$list->category_name}}
@endforeach
@if ($errors->has('maincat_id'))
{{ $errors->first('maincat_id') }}
@endif
Sub Category
Select Sub Category
@if ($errors->has('subcat_id'))
{{ $errors->first('subcat_id') }}
@endif
Choose Image
*
Choose file
Upload
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
Choose Video
*
Choose file
Upload
@if ($errors->has('video'))
{{ $errors->first('video') }}
@endif
YouTube Link
*
@if ($errors->has('youtube'))
{{ $errors->first('youtube') }}
@endif
Description
*
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
Post By
*
@if ($errors->has('postby'))
{{ $errors->first('postby') }}
@endif