© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•11mo ago•
5 replies
pathogen

Badge count on relation manager tabs

Hi all, is it possible to get a count of all the records in the relation manager tab badge?
CleanShot_2025-03-27_at_10.53.34.png
Solution
in the relation manager

    public static function getBadge(Model $ownerRecord, string $pageClass): ?string
    {
        return $ownerRecord->trips()->count();
    }
    public static function getBadge(Model $ownerRecord, string $pageClass): ?string
    {
        return $ownerRecord->trips()->count();
    }
Jump to solution
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

Sort Relation Manager Tabs
FilamentFFilament / ❓┊help
3y ago
translate relation manager tabs
FilamentFFilament / ❓┊help
3y ago
translate relation manager tabs
FilamentFFilament / ❓┊help
3y ago
Dynamic Badge Count on Sub Navigation Relation Page
FilamentFFilament / ❓┊help
2y ago