Add producers
This commit is contained in:
@@ -14,20 +14,24 @@
|
||||
|
||||
<div class="row">
|
||||
<div class="col-6">
|
||||
<strong>Semence</strong><br/>
|
||||
@if ($article['semences'] ?? false)
|
||||
<span style="font-size: 1.4em">{{ $article['semences']['price'] ?? null }}</span> €<br>
|
||||
@else
|
||||
Indisponible<br>
|
||||
@endif
|
||||
<span style="font-size: 1.4em">
|
||||
@if ($article['semences'] ?? false)
|
||||
{{ $article['semences']['price'] ?? null }}</span> €
|
||||
@else
|
||||
-
|
||||
@endif
|
||||
</span><br/>
|
||||
<strong>Semence</strong>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<strong>Plant</strong><br/>
|
||||
@if ($article['plants'] ?? false)
|
||||
<span style="font-size: 1.4em">{{ $article['plants']['price'] }}</span> €<br>
|
||||
@else
|
||||
Indisponible<br>
|
||||
@endif
|
||||
<span style="font-size: 1.4em">
|
||||
@if ($article['plants'] ?? false)
|
||||
{{ $article['plants']['price'] }}</span> €
|
||||
@else
|
||||
-
|
||||
@endif
|
||||
</span><br/>
|
||||
<strong>Plant</strong>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user