@if ($attributes->has('label'))
@endif
except(['label', 'required', 'error'])->class([
'flex-1 border-t-0 border-x-0 border-b-2 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