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