@push('styles') @endpush @php $settings = getSiteSettings('2fa'); @endphp
@if($settings == 1 )
{{__('Enabled 2FA With Google Authenticator') }}
@csrf
  • Download App
  • Scan QR Code
  • Backup Key
  • Enable Google Authenticator
  • Complete

Download and install the
Authenticator app


Google Authenticator

Scan to Download
iOS and Android


How to set up Google Authenticator

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 ?? '') !!}

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 Authenticatorwill take atleast 7 days.

Enable Authenticator by verifying your account

Enter the 6-digit code sent from Google Authenticator




Authenticator Enabled

You have successfully enabled Authenticator to protect your account



@else

{{__('Disabled Access')}}

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

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


@endif
@push('scripts') @endpush