prepare("SELECT * FROM onboarding_sessions WHERE session_token = ?"); $stmt->execute([$token]); $session = $stmt->fetch(); if (!$session || !$session['completed']) { header('Location: index.php'); exit; } ?>
= htmlspecialchars($session['company_tagline'] ?: 'Your Dashboard') ?>
Your onboarding is complete and your account is ready to go. Below you'll find quick access to key features and your current settings.
Start building your first professional quote with your custom branding and preferences.
New Quote →Personalize your quote templates with your brand colors, logo, and messaging.
Edit Templates →