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