@extends('simple-layout') @section('body')

Backup Codes

Store the below list of codes in a safe place. When accessing the system you'll be able to use one of the codes as a second authentication mechanism.

@foreach($codes as $code) {{ $code }}
@endforeach

Download Codes

Each code can only be used once

{{ csrf_field() }}
{{ trans('common.cancel') }}
@stop