Navigation Sorting
How can I put settings item at the end of the navigation list?
No matter what I change, I can’t place
No matter what I change, I can’t place
NavigationItem after NavigationGroup
NavigationItemNavigationGroup->navigationItems([
NavigationItem::make('settings')
->label(fn () : string => __('admin.pages.titles.settings'))
->url(fn () : string => \App\Filament\Pages\Settings\General::getUrl())
->icon('heroicon-o-cog')
->sort(999),
])