fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user