@php $id = $id ?? 'file'; $name = $name ?? 'file'; $required = (bool) ($required ?? false); $disabled = (bool) ($disabled ?? false); $accept = $accept ?? null; $label = $label ?? 'Drop a file here or click to choose'; $hint = $hint ?? 'PDF, ZIP, PPTX, and other product files'; @endphp
{{ $label }} {{ $hint }}
@error('file')
{{ $message }}
@enderror