This commit is contained in:
Ludovic CANDELLIER
2021-11-07 19:58:38 +01:00
parent c7c8e18cbc
commit 63c6671c97
22 changed files with 143 additions and 48 deletions

View File

@@ -3,7 +3,7 @@
<tr>
@foreach ($prices as $price)
<td>
{{ $price['quantity'] ?? null }} : {{ $price['price'] ?? null }}
{{ $price['code'] ?? null }} - {{ $price['quantity'] ?? null }} : {{ $price['price_taxed'] ?? null }}
</td>
@endforeach
</tr>