Menu *
@if ($errors->has('menu_id'))

{{ $errors->first('menu_id') }}

@endif
Category *
@if ($errors->has('category_id'))

{{ $errors->first('category_id') }}

@endif
Subcategory *
@if ($errors->has('subcategory_id'))

{{ $errors->first('subcategory_id') }}

@endif
Post Type
@if ($errors->has('post_type'))

{{ $errors->first('post_type') }}

@endif
Post Name *
@if ($errors->has('post_name'))

{{ $errors->first('post_name') }}

@endif
Status *
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
Description
@if ($errors->has('description'))

{{ $errors->first('description') }}

@endif
Image
@if ($errors->has('post_images'))

{{ $errors->first('post_images') }}

@endif @if(isset($post)) @if($post->post_images) @endif @endif