{{csrf_field()}}
@if($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if($errors->has('body'))
{{ $errors->first('body') }}
@endif
@if($errors->has('category_id'))
{{ $errors->first('category_id') }}
@endif
id)?'required':''}}> @if($errors->has('photo'))
{{ $errors->first('photo') }}
@endif
@seoForm($model)