Is there an easy way to transform all labels to a different format instead of ucfirst (default) ?
I'm talking about everything that Filament has, from Panels to Forms to Tables. I've been using
->label()
a lot because I prefer to have a Str::title()
.3 Replies