@if (getSiteSettings('2fa'))
{{ __('Enabled 2FA With Google Authenticator') }}
  • {{ __('Download App') }}
  • {{ __('Scan QR Code') }}
  • {{ __('Backup Key') }}
  • {{ __('Enable Google Authenticator') }}
  • {{ __('Complete') }}

{{ __('Download and install the Authenticator app') }}


{{ __('App Store') }}

{{ __('Android APK') }}

{{ __('Scan to Download') }} {{ __('iOS and Android') }}



{{ __('Scan this QR Code in the Authenticator app') }}

{!! QrCode::size(200)->style('round')->eyeColor(2, 202, 53, 93, 0, 0, 0)->eyeColor(1, 202, 53, 93, 0, 0, 0)->eyeColor(0, 202, 53, 93, 0, 0, 0)->gradient(202, 53, 93, 142, 46, 168, 'radial')->generate($qr ?? '') !!}

{{ __('If you are unable to scan the Qr Code,Please enter this code manually into the app') }}

{{ $key ?? '' }}


{{ __('Save this Backup Key in secure location') }}

{{ $key ?? '' }}

{{ __('This key will allow you to recover your Authenticator should you lose your phone. Otherwise, resetting Google Authenticator will take atleast 7 days.') }}

{{ __('Enable Authenticator by verifying your account') }}



{{ __('Authenticator Enabled') }}

{{ __('You have successfully enabled Authenticator to protect your account') }}



{{ __('Require Google Authentication Code for') }}
  • fa_setting) && in_array('login', Auth::user()->fa_setting) ? 'checked' : '' }}> {{ __('For Login') }}
{{ __('Cancel Google 2FA') }}


@else

{{ __('Disabled Access') }}

{{ __('2FA functionality is disabled by the Administrator.') }}

@endif