@php $pickerId = $pickerId ?? 'plMultiFilter'; $emptyLabel = $emptyLabel ?? 'All'; $searchPlaceholder = $searchPlaceholder ?? 'Search...'; $inputName = $inputName ?? 'items[]'; $selectedValues = array_values($selectedValues ?? []); $optionMap = $options ?? []; $toggleLabel = $toggleLabel ?? $emptyLabel; @endphp
@foreach($optionMap as $value => $optionLabel) @endforeach
No matches
@foreach($selectedValues as $value) @endforeach