{{ Html::select($name, $list, $selected)->id($options['id'])->class($errors->has($name) ? 'is-invalid form-select' : 'form-select')->attribute('autocomplete','off')->attribute('spellcheck','false')->attribute('placeholder', $options['placeholder'] ?? '') }} @include('form.help') @include('form.feedback')