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