{{__("You have enabled factor authentication")}}

{{__("When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.")}}
@if (session('status') == 'two-factor-authentication-enabled')
{{__("Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application.")}}
{!! request()->user()->twoFactorQrCodeSvg() !!}