Add producers

This commit is contained in:
Ludovic CANDELLIER
2022-04-25 11:07:02 +02:00
parent d399b72120
commit ee0954931f
19 changed files with 339 additions and 37 deletions

View File

@@ -27,7 +27,7 @@ class CategoryController extends Controller
// dump($data['articles']);
// exit;
$data['tags'] = TagGroups::getWithTagsAndCountOffers();
return view('Shop.shelve', $data);
return view('Shop.Shelves.shelve', $data);
}
public function getTree()