@if ($attributes->has('label')) @endif except(['label', 'required', 'error'])->class([ ' border-2 border-[#57989c] focus:outline-none focus:ring-0 text-center text-[#000000] font-medium', '!border-red-500' => $errors->has($attributes->whereStartsWith('wire:model')->first()), ]) }}> @error($attributes->whereStartsWith('wire:model')->first())

{{ $message }}

@enderror