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