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