feat: add service management module with CRUD operations

This commit is contained in:
nguyenvanbao
2026-02-03 16:20:07 +07:00
parent d1b931d547
commit 9dc02974a4
21 changed files with 3798 additions and 208 deletions

View File

@@ -771,6 +771,12 @@
>Terms & Conditions</a
>
</li>
<li>
<a
class="dropdown-item <%= currentPath === '/admin/service' ? 'active' : '' %>"
href="/admin/service"
>Service</a>
</li>
</ul>
</li>