@lang('backend.slider_views.up') @include('backend.partials.success') @include('backend.partials.errors') {!! Form::open([ 'route' => ['slider.save'], 'method' => 'POST', 'id' => 'my-dropzone', 'files' => 'true', 'class' => 'dropzone', ]) !!} {!! Form::hidden('post_id', $post->id) !!} @lang('backend.ph.dropfiles') @lang('backend.buttons.upload') {!! Form::close() !!}