{{ session('status') }}
{{ session('success') }}
{{ $errors->first() }}
{{ __('Choose how you want to verify your identity each time you log in.') }}
{{-- Method tabs --}}{{ __('Scan this QR code in your Authenticator app (e.g. Google Authenticator, Authy):') }}
@if($qrCode){{ __('Enter this setup key manually in your authenticator app:') }}
{{ chunk_split($user->twofa_secret, 4, ' ') }}
{{ __('Account:') }} {{ $user->email }}
{{ __('We will send a 6-digit code to') }} {{ $user->email }} {{ __('each time you log in.') }}
{{-- Step 1: request a code --}}✓ {{ __('Code sent! Check your email.') }}
{{ __('Your account is protected with two-factor authentication.') }}
{{-- Backup codes --}} @if(session('backup_codes')){{ __('Save your backup codes') }}
{{ __('Download JSON') }}{{ __('These codes will not be shown again. Store them somewhere safe. Each code can only be used once.') }}
{{ $code }}
@endforeach
{{ __('Choose a new method. Your current method remains active until the switch is confirmed.') }}
{{ __('This is already your active method.') }}
@else{{ __('Scan the QR code below in your Authenticator app, then enter the 6-digit code to confirm the switch.') }}
@if($qrCode){{ __('This is already your active method.') }}
@else{{ __('We will send a 6-digit code to') }} {{ $user->email }}{{ __('. Enter it to confirm the switch.') }}
✓ {{ __('Code sent! Check your email.') }}