@extends('settings.template') @section('section')

Two-Factor Authentication Recovery Codes


@if(count($codes) > 0)

Each code can only be used once.

@else

You are out of recovery codes

Generate more recovery codes and store them in a safe place.

@csrf

@endif @endsection