feat(services): add services menu item to sidebar and update related components

This commit is contained in:
hamed
2026-07-15 16:35:02 +03:30
parent 704e69f05f
commit 5c15a4dd7f
5 changed files with 37 additions and 11 deletions
@@ -19,7 +19,6 @@ 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: 'services', label: 'خدمات', to: '/admin/clinic-services' },
{ key: 'tags', label: 'تگ ها', to: '/admin/tags-settings' },
{ key: 'sms', label: 'پیامک ها', to: '/admin/sms-wallet' },
{ key: 'clinic', label: 'مدیریت مطب', to: '/admin/my-clinic' },