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