This commit is contained in:
2024-01-19 12:03:02 +07:00
parent 8c5660d739
commit 6c02598c48
17 changed files with 1062 additions and 9 deletions

View File

@@ -0,0 +1,17 @@
<?php
return array(
'enable' => true ,
"name" => "Đại lý",
"url" => "",
"menu" => array(
0 => array(
'enable' => true ,
'module' => 'distributor',
'view' => 'home',
'id' => 'distributor/home',
'name' => 'Danh sách',
'url' => '/admin/?opt=distributor',
),
),
);