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

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

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

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

@endif
Redirect To
@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