{!! Form::customSelect( $name, ($options['empty_value'] ? ['' => $options['empty_value']] : []) + $options['choices'], $options['selected'] ?: $options['default_value'], $options['attr'], Arr::get($options, 'optionAttrs', []), Arr::get($options, 'optgroupsAttributes', []), ) !!}