@props([
'id' => 'select-' . uniqid(),
'required' => true,
'options' => [],
'label' => null,
])
@if($label)
@endif
@if ($slot->isEmpty())
@else
{{ $slot }}
@endif
@if($attributes->whereStartsWith('wire:model')->first())
@error($attributes->whereStartsWith('wire:model')->first()) {{ $message }} @enderror
@endif