@section('title', '2FA Challenge') @include('_partials.auth-section')
@include('_partials.auth-svg-top')
{{ __('Please enter your recovery code to login.') }}

Punch in one of the recovery codes you received when setting up two-factor authentication . Note: Each recovery code can only be used once.

@if (session('status'))

{{ session('status') }}

@endif
@csrf
@error('recovery_code') {{ $message }} @enderror