@extends('layouts.guest') @section('title', 'Two factor authentication') @section('content')
@if (Session::has('message')) @endif

Two factor authentication

A 2FA authentication code has been sent to your email, kindly check your email and enter code below to continue.

@csrf
@error('twofa') {{ $message }} @enderror
Back to Sign in
@endsection