@php $phoneInputId = "phone_" . uniqid(); @endphp
$v) @if (!in_array($k, ['class'])) {{ $k }}="{{ $v }}" @endif @endforeach @endif id="{{ $phoneInputId }}_Helper" type="text" name="{{ $name }}_Helper" class="form-control {{ isset($attributes) && isset($attributes['class']) ? $attributes['class'] : '' }}" value="{{ $value }}">
@if ($errors->has($name))
{{ $errors->first($name) }}
@endif