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