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

Verify Access

Your user account requires you to confirm your identity via an additional level of verification before you're granted access. Verify using one of your configured methods to continue.

@if(!$method)
No Methods Configured

No multi-factor authentication methods could be found for your account. You'll need to set up at least one method before you gain access.

Configure
@endif
METHOD A

...

@if(count($otherMethods) > 0)
@foreach($otherMethods as $otherMethod) Use {{$otherMethod}} @endforeach @endif
@stop