@props([ 'name' => 'file', 'label' => 'Upload File', 'accept' => 'image/*', 'required' => false, 'error' => null, 'hint' => null, 'existing' => null, 'maxSize' => '2MB', ])
@if($hint)

{{ $hint }}

@endif @if($error)

{{ $error }}

@endif