© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•11mo ago•
1 reply
Roshan_k

Sub Navigation

public static function getPages(): array
    {
        return [
            'index' => Pages\ListStudents::route('/'),
            'create' => Pages\CreateStudent::route('/create'),
            'edit' => Pages\EditStudent::route('/{record}/edit'),
            'view' => Pages\ViewStudent::route('/{record}'),
            'communications'    =>  Pages\ManageStudentCommunications::route('/{record}/communications'),
            'informed-leaves'   =>  Pages\ManageStudentInformedLeaves::route('/{record}/informed-leaves')
        ];
    }
public static function getPages(): array
    {
        return [
            'index' => Pages\ListStudents::route('/'),
            'create' => Pages\CreateStudent::route('/create'),
            'edit' => Pages\EditStudent::route('/{record}/edit'),
            'view' => Pages\ViewStudent::route('/{record}'),
            'communications'    =>  Pages\ManageStudentCommunications::route('/{record}/communications'),
            'informed-leaves'   =>  Pages\ManageStudentInformedLeaves::route('/{record}/informed-leaves')
        ];
    }
, here communications & informed-leaves getting inside edit but i need separate menu for edit and communications & informed-leaves in one sub navigation. can we achieve this?
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Sub navigation
FilamentFFilament / ❓┊help
3y ago
Sub navigation
FilamentFFilament / ❓┊help
3y ago
SUB_NAVIGATION Hook
FilamentFFilament / ❓┊help
17mo ago
Sub-navigation menu
FilamentFFilament / ❓┊help
3y ago