@extends('layouts.guest') @section('content')

Two-Factor Authentication

Enter the code from your authenticator app

@if($errors->any())

There were some errors:

    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Security Verification Required

Open your authenticator app and enter the 6-digit verification code to complete your login.

@csrf

Enter the 6-digit code from your authenticator app

Can't access your authenticator?

If you've lost access to your authentication device, please contact your administrator for assistance.

@endsection