change for description by level of data

This commit is contained in:
Ludovic CANDELLIER
2022-06-16 22:59:26 +02:00
parent 123b951538
commit 6b1cc0f045
4 changed files with 43 additions and 18 deletions

View File

@@ -13,7 +13,10 @@
<div style="max-width: 360px;">
@include('components.multi-images', ['images' => $article['images']])
</div>
{!! $article['description'] !!}
{!! $article['description']['semences'] ?? null !!}
{!! $article['description']['plants'] ?? null !!}
{!! $article['description']['variety'] ?? null !!}
{!! $article['description']['merchandise'] ?? null !!}
</div>
<div class="col-3">
@include('Shop.Articles.partials.ArticleAddBasket')