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

{{__('New')}} Download

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