@php Arr::set($selectAttributes, 'class', Arr::get($selectAttributes, 'class') . ' ui-select'); @endphp {!! Form::select($name, $list ?? $choices, $selected, $selectAttributes, $optionsAttributes, $optgroupsAttributes) !!}