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