@props([ 'name' => 'resume', 'id' => null, 'label' => null, 'labelledBy' => null, 'required' => false, 'accept' => '.pdf,.doc,.docx,application/pdf,application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'maxSize' => 5242880, 'hint' => 'PDF, DOC, or DOCX up to 5 MB', ]) @php $fieldId = $id ?? $name; $maxSizeMb = number_format($maxSize / 1048576, 0); @endphp
class(['document-upload']) }} data-document-upload data-max-size="{{ $maxSize }}" data-accept-hint="{{ $hint }}" > @if ($label) {{ $label }} @endif

Drag and drop your file here

or

{{ $hint }}