@lang('Save your two factor recovery codes:')
@lang('Recovery codes are used to access your account in the event you no longer have access to your authenticator app.')
@lang('Save these codes! If you lose your device and don\'t have the recovery codes you will lose access to your account forever!')
@lang('Each code can only be used once!')
@foreach (collect($recoveryCodes)->chunk(5) as $codes)
@foreach ($codes as $code)
-
{{ $code['code'] }} -
@if ($code['used_at'])
@lang('Used'): @displayDate(carbon($code['used_at']))
@else
@lang('Not Used')
@endif
@endforeach
@endforeach
@lang('I have stored these codes in a safe place')