@section('title') My Profile @endsection @section('breadcrumbs') {{ Breadcrumbs::render('2fa.activate') }} @endsection
@include('pages.users.profile-headerdetails')
@if(!empty($auth_user->google2fa_secret))
Disable 2F Authentication
@csrf
@error('one_time_password')
{{ $message }}
@enderror
@else

Scan the QR code below with your Google Authenticator app:

@php $domainSiteUrl = Request::getHost(); @endphp @if(str_contains($domainSiteUrl, 'app.textdrip.com')) @else {!! $qrImage !!} @endif
@csrf
@error('one_time_password')
{{ $message }}
@enderror
@endif @push('scripts') @endpush