@props([ 'searchable', 'value', 'options', 'name', 'id', 'label', 'placeholder', 'hasPlaceholder', 'required', 'param', 'titleKey', 'iclass', 'nolabel' ]) @php $searchable = isset($searchable) ? $searchable : false; $value = isset($value) ? $value ?? '' : ''; $options = toObject(isset($options) ? $options : []); $wire = getWireAttributes($attributes); @endphp
@if(isset($prepend) || isset($append))
{{ $prepend ?? '' }} @endif @if (!isset($nolabel)) @endif @if(isset($append) || isset($prepend)) {{ $append ?? '' }}
@endif @error($name)
{{ $message }}
@enderror
@push('stylesheets') @endpush