@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('parent_id')) {{ $errors->first('parent_id') }} @endif
@if ($errors->has('is_featured')) {{ $errors->first('is_featured') }} @endif
Example invalid form file
@if ($errors->has('meta_title')) {{ $errors->first('meta_title') }} @endif
@if ($errors->has('meta_keywords')) {{ $errors->first('meta_keywords') }} @endif
Example invalid form file
@if ($errors->has('meta_description')) {{ $errors->first('meta_description') }} @endif