Enable 2FA Auth

Using an authenticator app like Google Authenticator, Microsoft Authenticator, scan the QR code. It will generate a 6 digit code for you to enter below.
@if (auth()->user()->two_factor_secret)
{!! auth()->user()->twoFactorQrCodeSvg() !!}
@endif @if (auth()->user()->two_factor_secret)
If you having trouble using the QR code, select manual entry on your app, and enter your username and the code:
{!! decrypt(auth()->user()->two_factor_secret) !!}
@endif

Please Scan The above code to get the Confirmation Code

{{--
@csrf --}} @csrf