Add overlay on css, adapt shelves, fix bienvenue mail on laravel 9 methods

This commit is contained in:
Ludovic CANDELLIER
2023-02-14 00:20:00 +01:00
parent 10cebd0955
commit 06107cb8fc
6 changed files with 92 additions and 11 deletions

View File

@@ -64,7 +64,7 @@ class CategoryController extends Controller
]),
'tags' => TagGroups::getWithTagsAndCountOffers($category_id),
];
// dump($data);
dump($data);
return view('Shop.Shelves.shelve', $data);
}