35567-vm/customers.php
Flatlogic Bot bab7166464 1
2025-11-08 08:53:42 +00:00

17 lines
345 B
PHP

<?php include 'includes/header.php'; ?>
<?php include 'includes/sidebar.php'; ?>
<main class="main-content">
<header class="header">
<h1>Customers</h1>
</header>
<section class="dashboard-cards">
<p>Customer and shipper management will go here.</p>
</section>
</main>
<?php include 'includes/footer.php'; ?>