© 2026 Hedgehog Software, LLC
public function getTenants(Panel $panel): Collection { return Project::where('client_id', Session::get('active-client'))->get(); }
public function change() { Session::put('active-client', $this->activeClient); }