feat: Add 'Master', 'Kelola', 'Pelindung', and 'Sistem' to Filament navigation groups.
This commit is contained in:
parent
224b8f1ac4
commit
64d07e701d
@ -66,6 +66,12 @@ public function panel(Panel $panel): Panel
|
|||||||
|
|
||||||
AuthUIEnhancerPlugin::make()
|
AuthUIEnhancerPlugin::make()
|
||||||
->formPanelPosition('left'),
|
->formPanelPosition('left'),
|
||||||
|
])
|
||||||
|
->navigationGroups([
|
||||||
|
'Master',
|
||||||
|
'Kelola',
|
||||||
|
'Pelindung',
|
||||||
|
'Sistem',
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user