Multi-tenancy title

Hello,

I am using Multi-Tenancy, it's going great so far.

I need to differentiate browser tabs by showing the current tenant in the title, for instance:

Resource X - APP NAME - Company A
Resource Y - APP NAME - Company B

How can I achieve that without adding the code below to every resource I have?

php 
Filament::getTenant()->name 
Solution
maybe you could use
brandName()
on the panel provider to set tenant name - app name
Was this page helpful?