Dropzone is easier to add on the page. It allows either uploading the file by drag & drop or file browse. It displays file preview after upload.
In Laravel, need to also pass the CSRF token for uploading the files.
In this tutorial, I show how you can upload a file using dropzone in Laravel 7.