@props([ 'name', 'label' => null, 'required' => false, 'options' => [], 'placeholder' => 'Select an option', 'value' => '', 'help' => null, 'error' => null, 'disabled' => false, 'wireModel' => null, ]) @php $inputId = $name . '-' . uniqid(); @endphp
{{-- Label --}} @if($label) @endif {{-- Select --}}
{{-- Validation state icon (positioned before the chevron) --}}
{{-- Description / error area --}}
@error($name) @enderror @if($help)

{{ $help }}

@endif