@props([ 'icon' => null, 'options' => [], ]) @php $optionKeys = array_keys($options); $defaultKey = $optionKeys[0] ?? null; $defaultLabel = $options[$defaultKey] ?? 'Select...'; @endphp
{{-- Icon --}} @if ($icon)
@endif {{-- Trigger --}} {{-- Dropdown Options --}}
@foreach ($options as $value => $label)
{{ $label }}
@endforeach
{{-- Hidden Input --}}