create page growth report

This commit is contained in:
arifal
2025-05-15 17:02:02 +07:00
parent 9aa3d32b6e
commit a103b38265
9 changed files with 237 additions and 5 deletions

View File

@@ -208,23 +208,29 @@ class MenuSeeder extends Seeder
"icon" => null,
"sort_order" => 2,
],
[
"name" => "Lap Pertumbuhan",
"url" => "growths",
"icon" => null,
"sort_order" => 3,
],
[
"name" => "Rekap Pembayaran",
"url" => "payment-recaps",
"icon" => null,
"sort_order" => 3,
"sort_order" => 4,
],
[
"name" => "Lap Rekap Data Pembayaran",
"url" => "report-payment-recaps",
"icon" => null,
"sort_order" => 4,
"sort_order" => 5,
],
[
"name" => "Lap PBG (PTSP)",
"url" => "report-pbg-ptsp",
"icon" => null,
"sort_order" => 5,
"sort_order" => 6,
],
]
],