partial update fix redirect and add note in public, quick and pbg data

This commit is contained in:
arifal
2025-09-10 17:24:44 +07:00
parent 5c4cebd2b3
commit beb7d935c9
155 changed files with 161 additions and 91 deletions

View File

@@ -32,8 +32,8 @@ class MenuSeeder extends Seeder
"sort_order" => 2,
"children" => [
[
"name" => "Dashboard Pimpinan (PBG)",
"url" => "dashboard.home",
"name" => "Dashboard Pimpinan SIMBG",
"url" => "dashboard.leader",
"icon" => null,
"sort_order" => 1,
],
@@ -71,7 +71,7 @@ class MenuSeeder extends Seeder
],
[
"name" => "Dashboard Pimpinan",
"url" => "dashboard.leader",
"url" => "dashboard.home",
"icon" => null,
"sort_order" => 5,
],