/** * @return Response */ public function showLatestTopics() { return view('topics.latest', ['topics' => Topic::getLatestTopics()]); }