How can I access `Filament::getTenant()->name` within the `filament.admin.logo` view?

Is there a way to use the Filament::getTenant()->name in filament.admin.logo view?
2 Replies
LeandroFerreira
I would say yes, but you need to provide more info and the code you have tried so far..
toeknee
toeknee3d ago
possibly need: Filament::getTenant()?->name incase the view is pre-executed snce getTenant only works post boot.

Did you find this page helpful?