{{ $errors->first('title')}}
{{ $errors->first('photo')}}

@inject('blogCat','App\Blog_blog_category') @foreach($categories as $cat)   @endforeach
{{ $errors->first('blog_categories')}}
Post status
   
{{ $errors->first('status')}}
@if(Request::segment(2)=='edit-blog') @endif {{ $errors->first('description')}}