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