/**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     $matriz = $this->matrizMat->all();
     return View::make('matriz.index', compact('matriz'));
 }