FilamentF
Filament15mo ago
MZX

How to change the Resource Title?

I used this for the navigation label but what about the actual title?

public static function getNavigationLabel(): string
    {
        return __('ar.Users.title');
    }
image.png
Solution
Figured it out, its in the ListRecord page, getTitle()
Was this page helpful?