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