@php use App\Models\User; $user = \App\Models\User::find(session('2fa:user:id')); @endphp

Verify Your Identity

@if ($user)

We've sent a verification code to your email {{ Str::mask($user->email, '*', 2, 5) }}

@endif
Didn't receive the code? Resend in 60s
@push('scripts') @endpush