@props([ 'label' => '', 'name' => '', 'options' => [], 'selected' => [], ]) @php $selected = (array) $selected; @endphp
@if($label) @endif
@forelse($options as $value => $option)
@empty
No options available.
@endforelse