How do i change my Heading Title?
I'm using filament-resources to build this but i don't know how to change the heading title. could anyone help, it rrly bothers me π
3 Replies
You can apply with
Protected static ?string $title =
Or
You can customize with hTmtstring with
Public function getTitle() {
Return β¦.
}