@if ($twoFactorEnabled)
{{ __('You will be prompted for a secure, random pin during login, which you can retrieve from the TOTP-supported application on your phone.') }}
{{ __('Disable 2FA') }}
@else
{{ __('When you enable two-factor authentication, you will be prompted for a secure pin during login. This pin can be retrieved from a TOTP-supported application on your phone.') }}
{{ __('Enable 2FA') }}
@endif