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