@extends('themes.basic.user.layouts.app') @section('title', translate('Settings', 'settings')) @section('content') @include('themes.basic.user.settings.includes.links')
{{ translate('2FA Authentication', 'settings') }}

{{ translate('2fa top description', 'settings') }}

{{ translate('2fa bottom description', 'settings') }}:

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