{{ __('Save') }} @if ($canManageTwoFactor)

{{ __('Manage your two-factor authentication settings') }}

{{ __('Manage your two-factor authentication settings') }}

@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
@for ($i = 1; $i <= 5; $i++)
@endfor
@for ($i = 1; $i <= 5; $i++)
@endfor
{{ $this->modalConfig['title'] }}
{{ $this->modalConfig['description'] }}
@if ($showVerificationStep)
{{ __('Back') }} {{ __('Confirm') }}
@else @error('setupData') {{ $message }} @enderror
@empty($qrCodeSvg)
@else
{!! $qrCodeSvg !!}
@endempty
{{ $this->modalConfig['buttonText'] }}
{{ __('or, enter the code manually') }}
@empty($manualSetupKey)
@else @endempty
@endif
@endif