@if($errors->has('status'))
{{$errors->first('status')}}
@endif
@if($errors->has('tag_ids'))
{{$errors->first('tag_ids')}}
@endif
@if($errors->has('tag_ids'))
{{$errors->first('tag_ids')}}
@endif
@if($errors->has('summary'))
{{$errors->first('summary')}}
@endif
@if($errors->has('body'))
{{$errors->first('body')}}
@endif
@if($errors->has('description'))
{{$errors->first('description')}}
@endif
@if($errors->has('language'))
{{$errors->first('language')}}
@endif