示例#1
0
 /**
  * Show the form for creating a new resource.
  *
  * @return Response
  */
 public function create()
 {
     $grupos = Grupos::all();
     return View::make('tratamientos.grupos')->with('grupos', $grupos);
 }