whereStartsWith('class') }} >
{{-- STANDARD LABEL --}} @if($label) {{ $label }} @if($attributes->get('required')) * @endif @endif {{-- PROGRESS BAR --}} @if(! $hideProgress && $slot->isEmpty()) @endif {{-- INPUT --}} whereDoesntStartWith('class')->class([ "file-input w-full", "!file-input-error" => $errorFieldName() && $errors->has($errorFieldName()) && !$omitError, "hidden" => $slot->isNotEmpty() ]) }} /> @if ($slot->isNotEmpty())
{{ $slot }}
@endif {{-- ERROR --}} @if(!$omitError && $errors->has($errorFieldName())) @foreach($errors->get($errorFieldName()) as $message) @foreach(Arr::wrap($message) as $line)
{{ $line }}
@break($firstErrorOnly) @endforeach @break($firstErrorOnly) @endforeach @endif {{-- MULTIPLE --}} @error($modelName().'.*')
{{ $message }}
@enderror {{-- HINT --}} @if($hint)
{{ $hint }}
@endif