Beispiel #1
0
 public function all()
 {
     $grouped = Product::getGroupedByCollection()->toArray();
     return $this->layout(hbs('content/product-list-grouped', $grouped));
 }