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