Add new component, add flags on filter

This commit is contained in:
Ludovic CANDELLIER
2022-05-09 23:14:50 +02:00
parent a70e8c39cf
commit 352b109e87
8 changed files with 184 additions and 6 deletions

View File

@@ -21,6 +21,7 @@ class HomeController extends Controller
// dump($data['shelves']);
// exit;
$data['tags'] = TagGroups::getWithTagsAndCountOffers();
$data['no_filter'] = true;
return view('Shop.home', $data);
}
}