Add new component, add flags on filter
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user