{{ $calculatePrices['discountCoupon']->code }}
({{ $calculatePrices['discountCoupon']->percent }}%)
{{ trans('cart.tax') }}
@if(empty($calculatePrices["tax_is_different"]))
({{ $calculatePrices["tax"] }}%)
@endif
{{ !empty($calculatePrices["tax_price"]) ? handlePrice($calculatePrices["tax_price"]) : 0 }}
@if(!empty(getOthersPersonalizationSettings("show_secure_payment_text")))
@endif
@if(!empty(getOthersPersonalizationSettings("secure_payment_image")))