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