How can i remove this default label text in resource

How can i remove this default label text in resource
No description
4 Replies
Vp
Vp8mo ago
which one? breadcrumb (employees > create) or title (create employee)?
el.polar
el.polar8mo ago
If you need change text "Create Employee", you should use this: use Illuminate\Contracts\Support\Htmlable;
public function getTitle(): string | Htmlable { return __('Create new employee'); } In mi opinion it's the best option, because you can use traductions too.
ironheartkh
ironheartkhOP8mo ago
Create new employee i want completely remove it
Vp
Vp8mo ago
Then return empty like return '' in getTitle()
Want results from more Discord servers?
Add your server