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