{{ __('security.two_factor.recovery_codes.title') }}

{{ __('security.two_factor.recovery_codes.description') }}
@if (filled($recoveryCodes)) @endif
@if (filled($recoveryCodes))
@foreach($recoveryCodes as $code)
{{ $code }}
@endforeach
{{ __('security.two_factor.recovery_codes.usage_note') }}
@endif @error('recoveryCodes')
{{$message}}
@enderror