@if ($showLabel && $options['label'] !== false && $options['label_show']) {!! Form::customLabel($name, $options['label'], $options['label_attr']) !!} @endif {!! Form::autocomplete($name, ($options['empty_value'] ? ['' => $options['empty_value']] : []) + $options['choices'], $options['selected'], $options['attr']) !!}