@extends('layouts.app') @section('content')

Setup Two-Factor Authentication

Secure your account by enabling 2FA with Google Authenticator

@if(session('error'))
{{ session('error') }}
@endif
1
Download and install Google Authenticator from your app store.
2
Scan the QR code below or manually enter the secret key into the app.
3
Enter the 6-digit code generated by the app to verify and enable 2FA.

{!! $qrCodeSvg !!}
Or enter this key manually
{{ $secret }}

@csrf
@error('otp')
{{ $message }}
@enderror
Back to Dashboard
@endsection