{{-- Form für Dropzone --}} {!!BootForm::open(["id" => $formID, "route" => array($route), "method" => "POST", "enctype" => "multipart/form-data", "class" => "dropzone"])!!}
{{-- Vorschaubereich für Thumbnails, wird bei Bedarf ein- und ausgeblendet --}}
{{-- Drag & Drop-Bereich wird bei Bedarf ein- und ausgeblendet--}}
@if($dropAnimation)
@endif
{{-- Cross-Site-Request-Forgery Feld der Form hinzufügen --}} @csrf {{-- Ende Form für Dropzone --}} {!! BootForm::close(); !!}