add sync to leader dashboard new from google spreadsheet

This commit is contained in:
arifal hidayat
2025-06-14 02:15:49 +07:00
parent baed8cc487
commit 780ba60224
22 changed files with 933 additions and 644 deletions

View File

@@ -30,7 +30,7 @@ class MenuSeeder extends Seeder
"sort_order" => 2,
"children" => [
[
"name" => "Dashboard Pimpinan",
"name" => "Dashboard Pimpinan SIMBG",
"url" => "dashboard.home",
"icon" => null,
"sort_order" => 1,
@@ -67,6 +67,12 @@ class MenuSeeder extends Seeder
"icon" => null,
"sort_order" => 4,
],
[
"name" => "Dashboard Pimpinan",
"url" => "dashboard.leader",
"icon" => null,
"sort_order" => 5,
],
],
],
[