Add producers
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user