17 lines
345 B
PHP
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'; ?>
|