{{ __('Add additional security to your account using two 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 (!auth()->user()->two_factor_secret) @else @if (session('status') == 'two-factor-authentication-enabled'){{ $code }}
@endforeach