{{ __('2FA recovery codes') }}
{{ __('Recovery codes let you regain access if you lose your 2FA device. Store them in a secure password manager.') }}
{{ __('Hide recovery codes') }} @if (filled($recoveryCodes)) {{ __('Regenerate codes') }} @endif
@error('recoveryCodes') @enderror @if (filled($recoveryCodes))
@foreach($recoveryCodes as $code)
{{ $code }}
@endforeach
{{ __('Each recovery code can be used once to access your account and will be removed after use. If you need more, click Regenerate codes above.') }} @endif