@if (contact()) {

We sent a code to

{{ contact() }}

}

@if (canResend()) { } @else { Resend code in {{ countdown() }}s }

@for (key of keypadKeys; track $index) { @if (key === '') {
} @else if (key === 'back') { } @else { } }