I have this input field where i can upload multiple files (txt,pdf and doc). What i want is when user chose what files want to upload to display that files bellow. Any suggestion how can i do that?
{!! Form::file('documents[]', ['class' => 'hidden','multiple'=>true]) !!}