mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-01-16 19:05:08 -05:00
42 lines
1.1 KiB
PHP
42 lines
1.1 KiB
PHP
<?php
|
|
return array (
|
|
'admin.dashboard' => 1,
|
|
'seller.dashboard' => 1,
|
|
'sidebar-manager.index' => 2,
|
|
'product_module' => 3,
|
|
'order_manage' => 4,
|
|
'form_builder' => 4,
|
|
'page_builder' => 4,
|
|
'cusotmer.list_active' => 5,
|
|
'frontend_cms' => 6,
|
|
'appearance' => 7,
|
|
'blog_module' => 8,
|
|
'my_wallet' => 10,
|
|
'wallet_manage' => 10,
|
|
'contact_request' => 11,
|
|
'marketing_module' => 12,
|
|
'gift_card_manage' => 13,
|
|
'otp.configuration' => 13,
|
|
'review_module' => 14,
|
|
'refund_manage' => 15,
|
|
'account_module' => 16,
|
|
'support_tickets' => 17,
|
|
'activity_logs' => 18,
|
|
'human_resource' => 19,
|
|
'visitors_setup' => 20,
|
|
'customer_panel' => 21,
|
|
'admin_report' => 22,
|
|
'payment_gateway.index' => 23,
|
|
'system_settings' => 24,
|
|
'setup_module' => 25,
|
|
'shipping_methods' => 26,
|
|
'gst_setup' => 27,
|
|
'seller_product_module' => 27,
|
|
'backup.index' => 28,
|
|
'seller_staff_manage' => 28,
|
|
'utilities.index' => 29,
|
|
'seller_subscription_payment' => 29,
|
|
'seller_order_manage' => 30,
|
|
'seller_report' => 32,
|
|
);
|
|
|