feat: Introduce core admin and instructor dashboards with dedicated services, pages, and layouts.

This commit is contained in:
Missez 2026-02-13 11:55:12 +07:00
parent af14610442
commit 5442f1beb6
7 changed files with 497 additions and 7 deletions

View file

@ -53,6 +53,15 @@
<span>หมวดหม</span>
</NuxtLink>
<NuxtLink
to="/admin/recommended-courses"
class="flex items-center gap-3 px-4 py-3 rounded-lg hover:bg-primary-100 transition mb-2"
active-class="bg-primary-500 text-white hover:bg-primary-600"
>
<q-icon name="recommend" size="24px" />
<span>คอรสแนะนำ</span>
</NuxtLink>
<NuxtLink
to="/admin/audit-logs"
class="flex items-center gap-3 px-4 py-3 rounded-lg hover:bg-primary-100 transition mb-2"