17 lines
341 B
PHP
17 lines
341 B
PHP
<?php include 'includes/header.php'; ?>
|
|
|
|
<?php include 'includes/sidebar.php'; ?>
|
|
|
|
<main class="main-content">
|
|
<header class="header">
|
|
<h1>Billing</h1>
|
|
</header>
|
|
|
|
<section class="dashboard-cards">
|
|
<p>Invoicing and payroll content will go here.</p>
|
|
</section>
|
|
|
|
</main>
|
|
|
|
<?php include 'includes/footer.php'; ?>
|