query('SELECT id, application_id, company_name, status, created_at FROM customer_applications ORDER BY created_at DESC'); $applications = $stmt->fetchAll(); ?>
| Application ID | Company Name | Status | Submitted At | Action |
|---|---|---|---|---|
| No applications found. | ||||
| = htmlspecialchars($app['application_id']) ?> | = htmlspecialchars($app['company_name']) ?> | = htmlspecialchars($app['status']) ?> | = htmlspecialchars($app['created_at']) ?> | View |