/**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     $todoincidencias = Incidencia::all();
     return View::make('incidencias.listar')->with('todoincidencias', $todoincidencias);
 }
Beispiel #2
0
 /**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     $todoincidencias = Incidencia::all();
     return View::make('user_com_organizing.incidencia.listar')->with('todoincidencias', $todoincidencias);
 }