최초 커밋

This commit is contained in:
root
2026-07-23 16:15:57 +09:00
commit c8f5efb6b7
14652 changed files with 4812531 additions and 0 deletions
+13
View File
@@ -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();
?>