feat: Add 'Master', 'Kelola', 'Pelindung', and 'Sistem' to Filament navigation groups.

This commit is contained in:
Yoga Pangestu 2026-02-09 10:24:20 +07:00
parent 224b8f1ac4
commit 64d07e701d

View File

@ -66,6 +66,12 @@ public function panel(Panel $panel): Panel
AuthUIEnhancerPlugin::make()
->formPanelPosition('left'),
])
->navigationGroups([
'Master',
'Kelola',
'Pelindung',
'Sistem',
]);
}
}