{{ __('Two-factor setup') }}

{{ __('Secure your admin access') }}

{{ __('Scan the QR code with your authenticator app (Google Authenticator, Authy, etc.) for') }} {{ $email }}, {{ __('then enter the 6-digit code below.') }}

2FA QR Code

{{ __('Scan QR Code') }}

{{ __('Open your authenticator app and scan the code. The issuer will show as') }} {{ $issuer }}.

{{ __('Secret Key') }}

{{ $secret }}

@csrf
@if (session('error'))

{{ session('error') }}

@endif
{{ __('Back to login') }} {{ __('Enable 2FA') }}