{{-- resources/views/admin/2fa/setup.blade.php --}} @extends('admin.layouts.admin') @section('title','Setup 2FA') @section('page-title','Two-Factor Authentication') @section('admin-content')

🔐 Security Requirement: As a KiruDev admin, you must set up Two-Factor Authentication (2FA) to protect the platform and client data.

Step 1 — Scan QR Code

Open Google Authenticator, Authy, or any TOTP app on your phone and scan this QR code:

{{-- QR code using Google Charts API --}}
2FA QR Code

Manual entry code

{{ $secret }}

Step 2 — Verify

@csrf
@error('code')

{{ $message }}

@enderror
@endsection