@if (session()->has('alert')) @slot('type', session('alert')['type']) @slot('msg', session('alert')['msg']) @endif @if ($errors->any()) @endif

{{__('Enable Authenticator 2FA')}}

{{__('Scan the following QR code using the Google Authenticator app')}}

{!! $qrCodeImage !!}
{{__('Step 1')}}

{{__('Scan QR code with Google Authenticator')}}

{{__('Step 2')}}

{{__('Enter the 6-digit code from the app')}}

@csrf

{{__('Recovery Codes')}}

{{__('You can use Recovery Codes if you accidentally delete the Google Authenticator app or lose your phone. Use these codes when logging in instead of the app')}}

@foreach($recoveryCodes as $code)
{{ $code }}
@endforeach