@props([ 'label' => null, 'model' => null, 'options' => [], 'required' => false, ]) @php $baseClass = 'border border-zinc-700 rounded-md bg-white dark:bg-zinc-900 p-3 min-h-9 max-h-56 overflow-y-auto'; @endphp
{{-- Label --}} @if ($label) @endif {{-- Options --}}
@foreach ($options as $option) @endforeach
{{-- Error --}} @error($model)

{{ $message }}

@enderror