{{-- Step 1: Input for Email or Phone --}} @if (!$showVerifcationCode)
@csrf
@if ($verificationMethod === 'email')
@endif @if ($verificationMethod === 'phone')
@endif
@lang('app.continue') @lang('app.cancel')
@endif {{-- Step 2: OTP input --}} @if ($showVerifcationCode)
@csrf
@lang('app.continue') @lang('app.cancel')
@endif