{{ __('Two-Factor Authentication') }}
@if($method === 'email')
{{ __('A 6-digit code has been sent to your email address. Enter it below to continue.') }}
@else
{{ __('Please enter the 6-digit code from your authenticator app to verify your identity.') }}
@endif
@if($method === 'email')
@endif
{{-- One-time alternate method option --}}