{{-- Searchable combobox for the V2 shell header (dark background). Variables expected: $cbId – unique HTML id prefix $cbLabel – visible label text $cbModel – Livewire property name to update on selection $cbSelected – currently selected value (key from $cbOptions) $cbOptions – associative array [value => label] $cbEmpty – text shown when $cbOptions is empty --}} @php $selectedLabel = $cbOptions[$cbSelected] ?? ($cbEmpty ?? 'Select…'); @endphp
{{ $cbLabel }} {{-- Trigger button --}} {{-- Dropdown panel --}}