14 lines
247 B
PHP
14 lines
247 B
PHP
<?php
|
|
include __DIR__ . '/layout_sales.php';
|
|
sales_layout_start("DASHBOARD");
|
|
?>
|
|
|
|
<h2 class="text-2xl font-bold mb-4">DASH BOARD</h2>
|
|
|
|
<div id="grid_clients" style="width: 100%; height: 720px;"></div>
|
|
|
|
|
|
<?php
|
|
sales_layout_end();
|
|
?>
|