{{ __('Confirmation !') }}

{{ __('All listed purchase orders will be processed and redeemed simultaneously.') }}

@if(isset($cartProducts) && !empty($cartProducts)) @foreach($cartProducts as $item) @endforeach @endif
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.

@include('frontend.auth.2fa-3fa-validate-form',['showModalCancelBtn' => true,'type' => $renderTwoFaFor])