Each time you log in, in addition to your password,you'll use an Google Authenticator app to generate a one-time code.

Step 1
Scan QR code

Scan the QR below or manually enter the secret key into your authenticator app.

@if(config('app.env') === 'production') 2FA QR Code @else
{!! $qrCode !!}
@endif {{-- QR Code --}}

Can’t scan the QR code?

Enter this secret instead:

{{ $secret }}
@csrf
Step 2
Get verification code

Enter the 6-digit code you see in your authenticator app.

Enter verification code
@for($i = 0; $i < 6; $i++) @endfor