*/ protected function getViewData(): array { $tenant = Filament::getTenant(); return [ 'tenant' => $tenant instanceof Tenant ? $tenant : null, 'presentation' => $tenant instanceof Tenant ? TenantLifecyclePresentation::fromTenant($tenant) : null, ]; } }