add watermark on zoom, update display of article nature on shelve (change icon to text
This commit is contained in:
@@ -16,8 +16,6 @@ class CategoryController extends Controller
|
||||
$tags = $request->input('tags') ?? [];
|
||||
$data = Shelves::getOffersByCategoryAndNature($categoryId, $articleNatureId, $tags, $articleNature, $displayByRows);
|
||||
|
||||
// dump($data);
|
||||
// exit;
|
||||
return view('Shop.Shelves.shelve', $data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user