Admin dashboard
Quote requests and lead follow-up.
Review incoming submissions, filter by status, and open each lead for notes.
Demo admin mode is active because ADMIN_ACCESS_KEY is not set. Set it before sharing this site publicly.
= h($error) ?>
$label): ?>
= h($label) ?>= h((string)$counts[$key]) ?>
Lead inbox
= $status && isset($statuses[$status]) ? 'Filtered by ' . h($statuses[$status]) : 'Showing latest quote requests.' ?>
No leads yet.
Submit the quote form on the homepage to see the workflow end-to-end.
| Lead | Service | Status | Created | Action |
|---|---|---|---|---|
| = h($lead['name']) ?> = h($lead['email']) ?>= $lead['company'] ? ' ยท ' . h($lead['company']) : '' ?> |
= h($lead['service']) ?> | = h(status_label($statuses, $lead['status'])) ?> | = h(date('M j, Y H:i', strtotime($lead['created_at']))) ?> | Open |