put('menu', 'activity'); session()->put('title', 'Tätigkeiten'); return Inertia::render('activity/VIndex', [ 'data' => $this->handle(), ]); } }