first($name) ? '' : old($name) }}" @endif {{ $required ? 'required' : '' }} maxlength="{{ $max_length }}" autocomplete="off"/>
@error($name) {{ $errors->first($name) }} @enderror