F
Filamentβ€’4mo ago
Kurodox

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 πŸ™‚
No description
3 Replies
Expecto Patronum
Expecto Patronumβ€’4mo ago
You can apply with Protected static ?string $title = Or You can customize with hTmtstring with Public function getTitle() { Return …. }
gustavo.dev
gustavo.devβ€’4mo ago
public static function getNavigationLabel(): string
{
return __('Proveedores');
}

public static function getModelLabel(): string
{
return __('Proveedor');
}

public static function getPluralModelLabel(): string
{
return __('Proveedores');
}
public static function getNavigationLabel(): string
{
return __('Proveedores');
}

public static function getModelLabel(): string
{
return __('Proveedor');
}

public static function getPluralModelLabel(): string
{
return __('Proveedores');
}
Dennis Koch
Dennis Kochβ€’4mo ago
No description
Want results from more Discord servers?
Add your server