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