@props([
'required' => true,
'label' => "",
'readonly' => false,
'disabled' => false,
'help' => "",
'options' => [],
'selected' => null,
'multiple' => false,
'id' => 'select2-' . uniqid(),
'tag' => false
])
@php
if (!is_array($options)) {
abort(422 , '$options is not an array');
}
@endphp
@if($label)
@endif
@error($attributes->whereStartsWith('wire:model')->first()) {{ $message }} @enderror
@pushonce('style')
{{--
--}}
@endpushonce
@pushonce('script')
@endpushonce
@push('script')
@endpush