{{ __('Set up two-factor authentication') }}

{{ __('Scan the QR code below with your authenticator app (Google Authenticator, Authy, 1Password, etc.) and enter the 6-digit code to verify.') }}

{{-- Error messages --}} @if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
{{-- QR Code --}}
{{ __('QR Code for authenticator app') }}
{{-- Manual secret --}}

{{ __("Can't scan the QR code? Enter this key manually:") }}

{{ $secret }}
{{-- Verification form --}}
@csrf
@error('code')

{{ $message }}

@enderror
{{-- Back link --}}

{{ __('Back to security settings') }}