31 lines
504 B
JavaScript
31 lines
504 B
JavaScript
module.exports = [
|
|
{
|
|
name: 'مدیریت کاربران',
|
|
value: 'users'
|
|
},
|
|
{
|
|
name: 'مدیریت سفارشات',
|
|
value: 'orders'
|
|
},
|
|
{
|
|
name: 'مدیریت محصولات',
|
|
value: 'foods'
|
|
},
|
|
{
|
|
name: 'مدیریت وبسایت',
|
|
value: 'settings'
|
|
},
|
|
{
|
|
name: 'مدیریت کد تخفیف',
|
|
value: 'discounts'
|
|
},
|
|
{
|
|
name: 'مدیریت مشتریان',
|
|
value: 'customers'
|
|
},
|
|
{
|
|
name : 'گزارشات',
|
|
value: 'reports'
|
|
}
|
|
]
|