@extends('frontend.user.layouts.dash') @section('title', lang('2FA Authentication', 'user')) @section('content')
@include('frontend.user.includes.list')
{{ lang('2FA Authentication', 'user') }}

{{ lang('Two-factor authentication (2FA) strengthens access security by requiring two methods (also referred to as factors) to verify your identity. Two-factor authentication protects against phishing, social engineering, and password brute force attacks and secures your logins from attackers exploiting weak or stolen credentials.', 'user') }}

@if (!$user->google2fa_status)
{!! $QR_Image !!}
{{ lang('Enable 2FA Authentication', 'user') }} @else {{ lang('Disable 2FA Authentication', 'user') }} @endif

{{ lang('To use the two factor authentication, you have to install a Google Authenticator compatible app. Here are some that are currently available', 'user') }}:

  • {{ lang('Google Authenticator for iOS', 'user') }}
  • {{ lang('Google Authenticator for Android', 'user') }}
  • {{ lang('Microsoft Authenticator for iOS', 'user') }}
  • {{ lang('Microsoft Authenticator for Android', 'user') }}
  • @if (!$user->google2fa_status) @else @endif @push('scripts_libs') @endpush @endsection