transfer project in github
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
module.exports = [
|
||||
{
|
||||
name: 'مدیریت کاربران',
|
||||
value: 'users'
|
||||
},
|
||||
{
|
||||
name: 'مدیریت سفارشات',
|
||||
value: 'orders'
|
||||
},
|
||||
{
|
||||
name: 'مدیریت محصولات',
|
||||
value: 'foods'
|
||||
},
|
||||
{
|
||||
name: 'مدیریت وبسایت',
|
||||
value: 'settings'
|
||||
},
|
||||
{
|
||||
name: 'مدیریت کد تخفیف',
|
||||
value: 'discounts'
|
||||
},
|
||||
{
|
||||
name: 'مدیریت مشتریان',
|
||||
value: 'customers'
|
||||
},
|
||||
{
|
||||
name : 'گزارشات',
|
||||
value: 'reports'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user