Пример #1
0
 public function index()
 {
     $modulos = Modulo::toShow();
     return View::make('modulos/index')->with('modulos', $modulos);
 }