@csrf
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
YouTube Link
*
@if ($errors->has('youtube'))
{{ $errors->first('youtube') }}
@endif
Post By
*
@if ($errors->has('postby'))
{{ $errors->first('postby') }}
@endif