示例#1
0
 /**
  * Show the application dashboard.
  *
  * @return Response
  */
 public function index()
 {
     return view('home', ['links' => Links::recent()]);
 }