feat: add section logs

This commit is contained in:
2026-08-19 12:13:57 +03:30
parent 90a66031bd
commit 390e4b3f1b
5 changed files with 717 additions and 1 deletions
+2
View File
@@ -14,6 +14,7 @@ import {
ShoppingBagIcon,
HomeIcon,
CalculatorIcon,
ChartBarIcon,
Bars3Icon,
XMarkIcon,
} from '@heroicons/react/24/outline';
@@ -25,6 +26,7 @@ const navItems = [
{ href: '/admin/users', label: 'کاربران', Icon: UsersIcon },
{ href: '/admin/purchases', label: 'خریدها', Icon: ShoppingBagIcon },
{ href: '/admin/accounting', label: 'حسابداری', Icon: CalculatorIcon },
{ href: '/admin/auth-analytics', label: 'ورود و پیامک', Icon: ChartBarIcon },
{ href: '/admin/packages', label: 'پکیج‌ها', Icon: CubeIcon },
{ href: '/admin/products', label: 'محصولات', Icon: TagIcon },
{ href: '/admin/reminders', label: 'یادآوری‌ها', Icon: BellIcon },