@if ($attributes->has('label')) @endif except(['label', 'required', 'error'])->class([ 'bg-[#f9f9f9] border-none focus:outline-none focus:ring-0 text-center text-[#474c4f] font-medium read-only:bg-gray-200', '!border-red-500' => $errors->has($attributes->whereStartsWith('wire:model')->first()), ]) }}> @error($attributes->whereStartsWith('wire:model')->first())

{{ $message }}

@enderror