@extends($activeTemplate . 'layouts.agent') @section('content')
@if (!auth('agent')->user()->ts)
@lang('Add Your Account')

@lang('Use the QR code or setup key on your Google Authenticator app to add your account.')

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