@extends('layouts.layout-2') @section('content')

{{ __('back') }} {{ __('navigation.downloadcenter') }} Datei upload

{!! Form::open([ 'action' => route('admin_downloadcenter_upload'), 'method' => 'post', 'files' => true, 'enctype' => 'multipart/form-data', 'class' => 'dropzone', 'id' => 'realDropzone' ]) !!}
{!! Form::close() !!}
@endsection @section('styles') @endsection @section('scripts') @endsection