Exemplo n.º 1
0
 public function index()
 {
     //$dates = $this->getLastDrawDates();
     $draws = Draw::all();
     //foreach($dates as $key => $date) $this->setPastDraws($date);
     $this->setDrawNumberCount($draws);
     $this->getNumbersOfLastDraws();
     return View::make('index.index', array());
 }