{{__('messages.t_cart_quantity',['cartquantity'=>$quantity])}}
{{ ($order->order_type == RESERVATION_TYPE_POINT_VAULT) ?
formatPriceWithCurrency($order->subtotal_amount) : formatPriceWithCurrency($order->subtotal_amount) }}
@if ($order->order_type != RESERVATION_TYPE_POINT_VAULT)
{{--
Discount
{{ config('app.currency_symbol').' '.
\Number::format(floor($order->discount_amount), locale:
$paymentSettings->currency_locale) }}
--}}
@endif
@if ($order->order_type != RESERVATION_TYPE_POINT_VAULT)
{{__('messages.t_tax')}}
{{formatPriceWithCurrency($order->tax_amount)}}
@endif
@if ($order->order_type != RESERVATION_TYPE_POINT_VAULT)
{{__('messages.t_delivery_charges')}}
{{__('messages.t_free_charge')}}
@endif
{{__('messages.t_total')}} {{ ($order->order_type != RESERVATION_TYPE_POINT_VAULT) ? __('messages.t_point_purchase_kp_amount') :
__('messages.t_point_purchase_point_purchases')}}
{{ ($order->order_type == RESERVATION_TYPE_POINT_VAULT) ?
formatPriceWithCurrency($order->total_amount) : formatPriceWithCurrency($order->total_amount) }}
@if($order->order_type != RESERVATION_TYPE_POINT_VAULT && $order->total_amount != $order->converted_amount)
{{__('messages.t_my_purchase_converted_amount')}}
{{formatPriceWithCurrency($order->converted_amount) }}
@endif