add watermark on zoom, update display of article nature on shelve (change icon to text

This commit is contained in:
ludo
2024-02-04 22:09:53 +01:00
parent 6c88e43b74
commit 9e30118088
9 changed files with 93 additions and 58 deletions

View File

@@ -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);
}