[ 'name' => $this->tenant->name, 'slug' => $this->tenant->slug, 'url' => $this->tenant->url, 'is_active_local_group' => $this->tenant->is_active_local_group, ], ]); return $inertiaProvider->render(); } }