Completed Revenue
$= number_format($total_revenue, 2) ?>
API Keys
| API Key | Status | Created On | Actions |
|---|---|---|---|
| = $key['is_active'] ? 'Active' : 'Inactive' ?> | = htmlspecialchars(date("M d, Y", strtotime($key['created_at']))) ?> | ||
| No API keys found. | |||
Recent Bookings
| Date | Customer | Service | Urgency | Status | Est. Revenue |
|---|---|---|---|---|---|
| = htmlspecialchars(date("M d, Y", strtotime($booking['appointment_date']))) ?> | = htmlspecialchars($booking['customer_name']) ?> | = htmlspecialchars($booking['service_type']) ?> | = htmlspecialchars(ucfirst($booking['urgency_level'])) ?> | = htmlspecialchars(ucfirst($booking['status'])) ?> | $= number_format($booking['estimated_revenue'], 2) ?> |
| No recent bookings found. | |||||