public function rantevou()
 {
     $rantevou = Rantevou::All();
     $pelates = Pelatis::All();
     return View::make('pages.rantevou')->with('rantevou', $rantevou)->with('pelates', $pelates);
 }