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