@extends($activeTemplate . 'layouts.master') @section('content')
@if (!auth()->user()->ts)
@lang('Add Your Account')
@lang('Use the QR code or setup key on your Google Authenticator app to add your account. ')
QR

@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')

@endif
@if (auth()->user()->ts)
@lang('Disable 2FA Security')
@csrf
@else
@lang('Enable 2FA Security')
@csrf
@endif
@endsection @push('style') @endpush @push('script') @endpush