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