{{ csrf_field() }}
{!! ($errors->has('title') ? $errors->first('title') : '') !!}
{!! ($errors->has('location') ? $errors->first('location') : '') !!}
{!! ($errors->has('date') ? $errors->first('date') : '') !!}
{!! ($errors->has('body') ? $errors->first('body') : '') !!}