diff --git a/assets/admin/components/layout/PurchaseSubscriptionSidebar.tsx b/assets/admin/components/layout/PurchaseSubscriptionSidebar.tsx index c7c1e4e2..af6e1ea2 100644 --- a/assets/admin/components/layout/PurchaseSubscriptionSidebar.tsx +++ b/assets/admin/components/layout/PurchaseSubscriptionSidebar.tsx @@ -19,6 +19,7 @@ const NAV_ITEMS: NavItem[] = [ { key: 'payment', label: 'مدیریت پرداخت', to: '/admin/my-financial' }, { key: 'appointment', label: 'مدیریت نوبت دهی', to: '/admin/appointment-settings' }, { key: 'insurance', label: 'مدیریت بیمه', to: '/admin/insurance-pricing' }, + { key: 'discounts', label: 'مدیریت تخفیف‌ها', to: '/admin/discounts' }, { key: 'tags', label: 'تگ ها', to: '/admin/tags-settings' }, { key: 'sms', label: 'پیامک ها', to: '/admin/sms-wallet' }, { key: 'clinic', label: 'مدیریت مطب', to: '/admin/my-clinic' },