@extends('template.layout') @section('title', 'Account Management') @section('submenuItem', 'accountmanagement') @section('content')

Activate Two-Factor Authentication

@if(isset($qrCodeImageUrl))

Scan the QR Code using your authentication app.
If you don't have it, download the Google Authenticator app here.

QR Code
@else

An error occurred while generating the QR Code.

@endif

After scanning the QR Code with your authentication app, please enter the code that appears
in the app below to confirm and activate Two-Factor Authentication for your account.


@endsection