user(); // Minimal placeholder: real implementation should query following relationships $following = []; return view('dashboard.following', ['following' => $following]); } }