@props([ 'name', 'label' => '', 'options' => [], 'value' => [], ]) @php $value = old($name, $value ?? []); @endphp
@if($label) @endif
@foreach ($options as $optionValue => $optionLabel) @endforeach
@error($name)

{{ $message }}

@enderror