@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.')
@endif
@if(auth()->user()->ts)
@lang('Disable 2FA Security')
@csrf
@else
@lang('Enable 2FA Security')
@csrf
@endif
@endsection @push('script') @endpush