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