{{ trans('home.order_summary') }}
{{ trans('update.subtotal') }} {{ handlePrice($calculatePrices["sub_total"]) }}
{{ trans('update.discount') }} {{ !empty($calculatePrices["total_discount"]) ? handlePrice($calculatePrices["total_discount"]) : 0 }}
@if(!empty($calculatePrices['discountCoupon']))
{{ $calculatePrices['discountCoupon']->code }} ({{ $calculatePrices['discountCoupon']->percent }}%)
@endif
{{ trans('cart.tax') }} @if(empty($calculatePrices["tax_is_different"])) ({{ $calculatePrices["tax"] }}%) @endif
{{ !empty($calculatePrices["tax_price"]) ? handlePrice($calculatePrices["tax_price"]) : 0 }}
@if(!empty($calculatePrices["product_delivery_fee"]))
{{ trans('update.delivery_fee') }} {{ handlePrice($calculatePrices["product_delivery_fee"]) }}
@endif
{{ trans('cart.total') }} {{ handlePrice($calculatePrices["total"]) }}
@if(!empty(getOthersPersonalizationSettings("show_secure_payment_text")))
{{ trans('update.secure_payments_provided') }}
@endif @if(!empty(getOthersPersonalizationSettings("secure_payment_image")))
{{ trans('update.secure_payments_provided') }}
@endif