35567-vm/billing.php
2025-11-08 10:32:39 +00:00

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'; ?>