@extends('frontend.layouts.app') @section('title', __('Enable Two Factor Authentication')) @section('content')
@lang('Enable Two Factor Authentication')
@lang('Step 1: Configure your 2FA app')

@lang('To enable 2FA, you\'ll need a 2FA authenticator app on your phone. Examples include: Google Authenticator, FreeOTP, Authy, andOTP, and Microsoft Authenticator (Just to name a few).')

@lang('Most applications will let you set up by scanning the QR code from within the app. If you prefer, you may type the key below the QR code in manually.')

{!! $qrCode !!}

{{ $secret }}


@lang('Step 2: Enter a 2FA code')

@lang('Generate a code from your 2FA app and enter it below:')

@endsection