@extends(template().'layouts.user') @section('title',__('2FA Security')) @section('content')

@lang("2FA Security")

@if(auth()->user()->two_fa == 1)

@lang('Two Factor Authenticator')

QR Code
@else

@lang('Two Factor Authenticator')

QR Code
@endif

@lang("Google Authenticator")

@lang('Use Google Authenticator to Scan the QR code or use the code.')

@lang('Google Authenticator is a multifactor app for mobile devices. It generates timed codes used during the 2-step verification process. To use Google Authenticator, install the Google Authenticator application on your mobile device.')

@lang('DOWNLOAD APP')
@include(template(). 'user.two_fa.components.regenerate_modal') @include(template(). 'user.two_fa.components.enable_modal') @include(template(). 'user.two_fa.components.disable_modal') @endsection @push('panel-user-script') @endpush