{{ $text }}{!! isset($attributes['required']) ? ' * ' : '' !!} {!! Form::select($name, $values, $selected, array_merge(['class' => 'selectpicker', 'id'=>$name,'title' => 'Select ' . $text], $attributes)) !!} {!! $errors->first($name, '
:message
') !!}