Dashboard Overview
Welcome back, = htmlspecialchars($_SESSION['user_name']) ?>
Recent Car Listings
View All| Car | Owner | Price | Status | Action |
|---|---|---|---|---|
|
= htmlspecialchars($car['brand'] . ' ' . $car['model']) ?>
= $car['year'] ?>
|
= htmlspecialchars($car['owner_name']) ?> | $= number_format($car['price']) ?> | = ucfirst($car['status']) ?> | View |
Recent Messages
No new messages.
= htmlspecialchars(substr($msg['message'] ?? '', 0, 80)) ?>...