@if ($article_nature == 'semences')
Semences
{{ $article['semences']['variation'] ?? null }}
@endif
@if ($article_nature == 'plants')
Plants
{{ $article['plants']['variation'] ?? null }}
@endif
@if ($article_nature == 'semences')
@if ($article['semences'] ?? false)
{{ $article['semences']['price'] ?? null }} €
@else
-
@endif
@endif
@if ($article_nature == 'plants')
@if ($article['plants'] ?? false)
{{ $article['plants']['price'] }} €
@else
-
@endif
@endif