{{ $title }}
| {{ __('carts::carts.item_name') }} | {{ __('products::products.qty') }} | {{ __('products::products.price') }} | {{ __('carts::carts.total') }} | |
|---|---|---|---|---|
| {{ $product->currentDescription->title ?? "" }} |
|
{{ format_amount_with_currency($orderDetail['price'] ?? 0, $otherData['iso_code']) }}
|
{{ format_amount_with_currency($orderDetail['subtotal'] ?? 0, $otherData['iso_code']) }}
|
{{ __('carts::carts.cart_total') }}