@props([ 'icon' => null, 'options' => [], ]) @php $optionKeys = array_keys($options); $defaultKey = $optionKeys[0] ?? null; $defaultLabel = $options[$defaultKey] ?? 'Select...'; @endphp