@if($twoFactorAuthEnabled)

{{ __('Two-factor authentication is already enabled for your account.') }}
{{ __('You can disable two-factor authentication by clicking the button below.') }}

{{ __('Disable Two-Factor Authentication') }}
@else

{{ __('Two-factor authentication is an security feature that helps protect your account.') }}
{{ __('You can enable two-factor authentication by clicking the button below.') }}

{{ __('Enable Two-Factor Authentication') }}
@endif