{{ $user->email }}
@if (session('success'))
{{ session('success') }}
@endif
{{-- Email Verification --}}
@if (!$user->email_verified_at)
{{-- Two Factor Authentication --}}
Your email is not verified.
@else
✅ Your Email Is Verified
@endif
@if (!$user->google2fa_secret)
@else
@endif