@php $values = Arr::wrap($values ?? []); Arr::set($attributes, 'class', str_replace('form-control', '', $attributes['class'])); @endphp