@include('partials.settings-heading')
@if ($twoFactorEnabled)
{{ __('Enabled') }}
{{ __('With two-factor authentication enabled, 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
{{ __('Disabled') }}
{{ __('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)
@error('code') {{ $message }} @enderror
{{ __('Back') }} {{ __('Confirm') }}
@else @error('setupData') @enderror
@empty($qrCodeSvg)
@else
{!! $qrCodeSvg !!}
@endempty
{{ $this->modalConfig['buttonText'] }}
{{ __('or, enter the code manually') }}
@empty($manualSetupKey)
@else @endempty
@endif