Get tenant on a custom NavigationItem
Hello,
I want to add a custom NavigationItem where I need to redirect users to a page in my app outside of Filament, I want to include the tenant id they are currently on with:
Filament::getTenant() doesn't work and request()->get('tenant'), doesn't work as well.
I want to add a custom NavigationItem where I need to redirect users to a page in my app outside of Filament, I want to include the tenant id they are currently on with:
Filament::getTenant() doesn't work and request()->get('tenant'), doesn't work as well.