Ejemplo n.º 1
0
 public function showList()
 {
     $internship = Internship::all();
     return View::make('RMI.RMI', compact('internship'));
     //return var_dump ($internship);
 }