{{-- STANDARD LABEL --}} @if($label) {{ $label }} @if($attributes->get('required')) * @endif @endif
@foreach ($options as $option) whereStartsWith('wire:model') }} {{ $attributes->class([ "join-item btn [&:checked]:btn-neutral", "!border-l-base-100" => data_get($option, 'disabled') ]) }} /> @endforeach
{{-- 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 {{-- HINT --}} @if($hint)
{{ $hint }}
@endif