@if ($showLabel && $options['label'] !== false && $options['label_show']) {!! Form::customLabel($name, $options['label'], $options['label_attr']) !!} @endif {!! Form::text( $name, $options['value'], array_merge_recursive($options['attr'], ['class' => 'js-phone-number-mask form-control']), ) !!}