...
{!! $article['description'] !!}
@if ($article['semences'] ?? false) {{ $article['semences']['price'] ?? null }}
{{ $article['semences']['variation'] }}
Quantité :
@include('components.form.button', [ 'class' => 'btn-success basket semences', 'txt' => 'Ajouter au panier', ]) @endif
@if ($article['plants'] ?? false) {{ $article['plants']['price'] }}
{{ $article['plants']['variation'] }} @endif