@extends('layouts.simple') @section('body')

{{ trans('auth.mfa_verify_access') }}

{{ trans('auth.mfa_verify_access_desc') }}

@if(!$method)
{{ trans('auth.mfa_verify_no_methods') }}

{{ trans('auth.mfa_verify_no_methods_desc') }}

{{ trans('common.configure') }}
@endif @if($method)
@include('mfa.parts.verify-' . $method) @endif @if(count($otherMethods) > 0)
@foreach($otherMethods as $otherMethod) @endforeach @endif
@stop