{{ __('All listed purchase orders will be processed and redeemed simultaneously.') }}
| Item | Quantity | Price | Subtotal |
|---|---|---|---|
| {{ $item->productStaticOption->title ?? 'Plastic Neutrality Package - ' . $item->price }} | {{ $item['quantity'] ?? '' }} | {{ "€".formatDisplayNumber($item->price,2) }} | {{ "€".formatDisplayNumber(($item->quantity * $item->price),2) }} |
|
{{ __('Total Amount') }}
{{ __('(Including All Taxes)') }} |
{{ "€".formatDisplayNumber($productTotalAmount,2) }} | ||
If you have any questions, please contact our support team.