{{-- Hidden phone input --}} whereStartsWith('wire:model')->first()) {{ $attributes->wire('model') }} @endif @if ($attributes->has('value')) value="{{ $attributes->get('value') }}" @endif autocomplete="off" > {{-- Tel input --}} has('value')) value="{{ $attributes->get('value') }}" @endif @if ($attributes->has('phone-country-input')) data-phone-country-input="{{ $attributes->get('phone-country-input') }}" @endif @if ($attributes->has('placeholder')) placeholder="{{ $attributes->get('placeholder') }}" @endif @if ($attributes->has('required')) required @endif @if ($attributes->has('disabled')) disabled @endif autocomplete="off" >