@extends('layouts.master') @section('css') @endsection @section('main_content')

Dropzone

Default File Upload

We use the create method to turn a<input type="file"> , [https://pqina.nl/filepond/]into a FilePond drop area.

Image Preview

We use the create method to turn a<input type="file"> , [https://pqina.nl/filepond/]into a FilePond drop area.

Single File Upload

Use the.dropzoneclass through create upload files

Drop files here or click to upload.
(This is just a demo dropzone. Selected files are not actually uploaded.)

Multi File Upload

Use the.dropzoneclass through create upload files

Drop files here or click to upload.
(This is just a demo dropzone. Selected files are not actually uploaded.)
@endsection @section('scripts') @endsection