@extends('layouts.auth') @section('title', 'Two-Factor Authentication') @section('content')

Two-Factor Auth

Enter your 2FA code

@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
Enter the 6-digit code from your authenticator app or a recovery code.
@endsection