@extends('layouts.master') @section('title') Form File Upload @endsection @section('css') @endsection @section('page-title') Form File Upload @endsection @section('body') @endsection @section('content')

Dropzone

DropzoneJS is an open source library that provides drag’n’drop file uploads with image previews.

Drop files here or click to upload.

@endsection @section('scripts') @endsection