Beispiel #1
0
 public function getIndex()
 {
     return View::make('goods.index')->with('goods', Good::orderBy('store')->paginate())->with('count', Good::count());
 }