@php $fieldName = $name ?? $id; $labelFor = $labelFor ?? "{$id}_trigger"; $selectedValue = (string) ($selected ?? ''); @endphp @if (!empty($label)) @endif
    @if (!empty($emptyOption))
  • $attrValue) {{ $attrKey }}="{{ $attrValue }}" @endforeach >{{ $emptyOption['label'] ?? '' }}
  • @endif @foreach ($options as $option)
  • $attrValue) {{ $attrKey }}="{{ $attrValue }}" @endforeach >{{ $option['label'] }}
  • @endforeach

{{ $emptyResultsText ?? 'No matches found.' }}