@extends('layouts.auth')
@section('title')
Verify 2FA Authentication
@endsection
@section('content')
Two Factor Verification
To verify your identity, we've sent a 2FA code to {{ auth()->user()->email }}. Check your inbox and enter the code below to proceed.
@endsection