feat(dashboard): disable breadcrumb

This commit is contained in:
Yoga Pangestu 2026-02-09 11:31:39 +07:00
parent 64d07e701d
commit f165af78be

View File

@ -72,6 +72,7 @@ public function panel(Panel $panel): Panel
'Kelola',
'Pelindung',
'Sistem',
]);
])
->breadcrumbs(false);
}
}