class('block w-full border border-secondary rounded-md focus:ring-0 focus:ring-gray-400 focus:border-gray-400 sm:text-sm sm:leading-5')->only('class'); }} >
 
@include('simple-select::components.caret-icons')
@isset($attributes['multiple'])
@else
{{-- Invisible input for standard form submission of values --}}
@isset($customSelected) @else @endisset
@include('simple-select::components.deselect-icon')
@include('simple-select::components.caret-icons')
@endisset
@include('simple-select::components.script')