{{-- pulled out to here otherwise the form::close() within a form undo it --}}
{!! Form::model($pirep, ['route' => ['admin.pireps.update', $pirep->id], 'method' => 'patch']) !!}
@include('admin.pireps.fields')
{!! Form::close() !!}
@include('admin.pireps.actions', ['pirep' => $pirep, 'on_edit_page' => true])