@props([ 'name' => 'file', 'label' => 'Upload File', 'accept' => 'image/*', 'required' => false, 'error' => null, 'hint' => null, 'existing' => null, 'maxSize' => '2MB', ])
Click to upload or drag and drop
Max {{ $maxSize }}
{{ $hint }}
@endif @if($error){{ $error }}
@endif