예제 #1
0
 /**
  * Display the specified resource.
  *
  * @param  int  $id
  * @return Response
  */
 public function show($id)
 {
     return Theme::View('general::menulinks.index', $this->menulink->show($id));
 }