© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•9mo ago•
3 replies
__Dementor

How to change resource label dynamic

Hi, I want change resource navigation label dynamic. How I can do that? I try this:
public function __construct() {
    static::$navigationLabel = __('positions.resource_navigation_label');
}
public function __construct() {
    static::$navigationLabel = __('positions.resource_navigation_label');
}

but its not working
Solution
public static function getNavigationLabel(): string
{
    //    
}
public static function getNavigationLabel(): string
{
    //    
}
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

How to change resource Button label?
FilamentFFilament / ❓┊help
3y ago
Change input label dynamically
FilamentFFilament / ❓┊help
3y ago
How to dynamically change the Label of a TextColumn.
FilamentFFilament / ❓┊help
3y ago
Summaries: how to change mail label
FilamentFFilament / ❓┊help
3y ago