Beispiel #1
0
 public function getListing()
 {
     return view("store.index")->with("skip_back_link", true)->with("cart", $this->userCart())->with("products", Store\Product::latest()->simplePaginate(30));
 }
Beispiel #2
0
 public function getListing()
 {
     return view('store.index')->with('skip_back_link', true)->with('cart', $this->userCart())->with('products', Store\Product::latest()->simplePaginate(30));
 }