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