{!!Form::vertical_open() ->id('form-create') ->method('POST') ->files('true') ->action(guard_url('profile/shortlist'))!!}

{{__('New')}} Shortlist

{{__('Cancel')}}
@include('notifications') @include('profile::shortlist.entry', ['mode' => 'create']) {!! Form::close() !!}