최초 커밋
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?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();
|
||||
?>
|
||||
Reference in New Issue
Block a user