예제 #1
0
 /**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     $menus = $this->menu->all();
     //dd($locales);
     return Theme::View('general::menus.index', compact('menus', 'locales'));
 }