@unless ($twoFactorEnabled)

{{ __('settings.twofa_recommended') }}

@endunless

{{ $hasTotp ? __('settings.twofa_status_on') : __('settings.twofa_status_off') }}

{{ $hasTotp ? __('settings.twofa_hint_on') : __('settings.twofa_hint_off') }}

@if ($twoFactorEnabled) {{ __('auth.recovery_manage') }} @endif @if ($hasTotp) {{ __('settings.twofa_remove_totp') }} @else {{ __('settings.twofa_setup') }} @endif

{{ __('settings.recovery_note') }}