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

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