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