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

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

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

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

@endif
Blog Title *
@if ($errors->has('blog_title'))

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

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

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

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

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

@endif @if(isset($blog)) @if($blog->blog_images) @endif @endif
Keywords
Description * @if ($errors->has('description'))

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

@endif