Use a one-time password authenticator on your mobile device or computer to enable two-factor authentication (2FA).

@if(Auth::user()->two_factor)

Status: Enabled

@if(Session::has('backup_code'))

Here is your backup codes for future use. If you will lots your email address then you can use these code as a backup. Please copy these codes and store is safe place

                
                    {{ Auth::user()->two_factor_backup_code }}
                
                
@endif Disable Two-Factor Authentication Regenerate recovery codes
@else @endif