{!! Form::label($name, $text.(isset($attributes['required']) ? '*':''), ['class' => 'form-label', 'style'=>'margin-bottom: 0px !important;']) !!} {!! Form::select($name, $values, $selected, array_merge(['class' => 'selectpicker', 'title'=>'Select '.$text, 'data-live-search'=>'true'], $attributes)) !!} {!! $errors->first($name, '
') !!}