{!!Form::vertical_open()
->id('logbook-emergency_drill-create')
->method('POST')
->files('true')
->action(guard_url('logbook/emergency_drill'))!!}
{{ trans('app.new') }} [{!! trans('logbook::emergency_drill.name') !!}]
@include('logbook::admin.emergency_drill.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}