Default Label-Translations
Is there a way to define in a single location, how attributes should be labeled? i.e
last_login_at
so that I do not need to set a label at table and inside the schemas? A trait within the models like HasLabel
would be cool. Similar to what enums are offering.3 Replies
I think that the simplest and "Filament" way to do that could be using Form Global Settings and Laravel JSON translations

Cool! Thanks a bunch!
You're welcome!