create page tax with data, upload and export group by subdistrict
This commit is contained in:
@@ -270,6 +270,21 @@ class MenuSeeder extends Seeder
|
||||
],
|
||||
]
|
||||
],
|
||||
[
|
||||
"name" => "Pajak",
|
||||
"url" => "/tax",
|
||||
"icon" => "mingcute:coin-line",
|
||||
"parent_id" => null,
|
||||
"sort_order" => 10,
|
||||
"children" => [
|
||||
[
|
||||
"name" => "Data Pajak",
|
||||
"url" => "taxation",
|
||||
"icon" => null,
|
||||
"sort_order" => 1,
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
|
||||
foreach ($menus as $menuData) {
|
||||
|
||||
Reference in New Issue
Block a user