domain. The tenant panel should be available at the given tenants.domain database field / domain.customers.domain. Now I somehow need to dynamically decide which panel to show. If the request host is a tenant domain, it should render the tenant panel, and if it's a customer domain, it should render the customer panel (where I later need to inject tenant branding information).Filament::setCurrentPanel($panel), but it does not reliably render the correct panel. I've registered the middleware via the Laravel 11 bootstrap/app.php bootstrapping file. The path property for all three panels is set to /. While the domain of the admin panel is set to our domain, I cannot specify it for the tenant and customer panels.