fix
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
<div class="text-center pr-2 pl-2">
|
<div class="text-center pr-2 pl-2">
|
||||||
<a href="{{ route('Shop.Articles.show', ['id' => $article['id']]) }}">
|
<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 }}"/>
|
<img data-lazy="{{ App\Repositories\Shop\Articles::getPreviewSrc($article['image'] ?? false) }}" class="d-block w-100" alt="{{ $name }}"/>
|
||||||
{{ $name }}
|
{{ $article['name'] }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
|||||||
Reference in New Issue
Block a user