public function intragastric()
 {
     $precio = Precio::ballon()->get();
     return View::make('front.intragastric')->with(compact('precio'));
 }