{{ __('Enable Two-Factor Authentication') }}

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

{{ __('Scan this QR code with your authenticator app (like Google Authenticator or Authy).') }}

{!! QrCode::size(200)->generate($qrCodeUrl) !!}

{{ __('Manual Secret Key') }}

{{ auth()->user()->twofa_secret }}

@csrf
{{ __('Enable 2FA') }}