is there a way to retrieve physical file and apply into the input file field. Like assigning the $file onto it? It appears during update method of my controller keeps triggering the request validation error because its empty.
{!! Form::file('doc_upload', $file, ['id' => 'doc_upload']) !!}