@extends('layouts.app') @section('title', 'Dashboard - ' . config('app.name', 'Laravel 2FA')) @section('content')
Your secure dashboard is ready
Your account is active and secure
{{ Auth::user()->is_2fa_enabled ? 'Enabled for enhanced security' : 'Not enabled yet' }}
You're currently signed in
Enable two-factor authentication for enhanced security
@elseManage your two-factor authentication settings
@endifComplete project documentation and setup guide
Learn more about the 2FA system and features
Explore the API endpoints and integration options
Step-by-step guide to get started with the system
Manage your account information
View current TOTP codes for testing
@endif