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

Two-Factor Auth

Enter verification code

@if (Session::has('message')) @endif @if (Session::has('success')) @endif

Two-Factor Authentication

Enter the 6-digit code sent to your email

@csrf
Resend Verification Code Sign Out

Didn't get the code?

  • Check your spam folder
  • Code expires after 10 minutes
  • Verify your email address

© {{ date('Y') }} {{ $settings->site_name }}. All Rights Reserved.

@endsection @section('scripts') @endsection