@extends('layouts.master') @section('title', (__('2FA Authenticator'))) @push('styles') @endpush @section('content')

{{ __('Set Up 2FA With An Authenticator App For Full Feature access') }}

  • {{__('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')->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 allows you to restore your authenticator if you lose access to your phone. Without it, resetting Google Authenticator may take at least 7 days.') }}

{{__('Enable Authenticator By Verifying Your Account')}}

{{ __('Enter the 6-Digit Code from Your Authenticator App') }} *

{{--

--}}

{{__('Authenticator Enabled')}}

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

@endsection @push('scripts') @endpush