Fixes on grouping

This commit is contained in:
Ludovic CANDELLIER
2022-03-30 16:34:08 +02:00
parent 1dced19068
commit dde59a0c90
4 changed files with 5 additions and 11 deletions

View File

@@ -14,7 +14,7 @@
<div class="text-center pr-2 pl-2">
<a href="{{ route('Shop.Articles.show', ['id' => $article['id']]) }}">
<img data-lazy="{{ App\Repositories\Shop\Articles::getPreviewSrc($article['image'] ?? false) }}" class="d-block w-100" alt="{{ $name }}"/>
{{ $article['name'] }}
{{ $name }}
</a>
</div>
@endforeach