{{-- Selectable Options --}}
{{-- Title --}}

{{$getSelectableLabel()}}

{{-- Search Input --}} @if($isSearchable()) @endif
    @foreach($getSelectableOptions() as $value => $label)
  • {{$label}}
  • @endforeach
{{-- Arrow Actions --}}

{{-- Selected Options --}}
{{-- Title --}}

{{$getSelectedLabel()}}

{{-- Search Input --}} @if($isSearchable()) @endif {{-- Options List --}}
    @foreach($getSelectedOptions() as $value => $label)
  • {{$label}}
  • @endforeach