{{__("Have a coupon?")}}
@endif{{__("No addresses found")}}
{{__("Add Your Address")}}{{__("No shipping companies found")}}
@endforelse{{__("No payment way found")}}
@endforelse| {{__("Subtotal")}} | {{ format_amount($cartSubTotal,true) }} |
|---|---|
|
{{__("Discount")}}
({{ getNumbersOfCart()->get('discountCode') }}) {{__("Remove coupon")}} |
- {{ format_amount($cartDiscount,true) }} |
| {{__("Shipping")}} ({{ getNumbersOfCart()->get('shippingCode') }}) | {{ format_amount($cartShipping,true) }} |
| {{__("Tax")}} | {{ format_amount($cartTax,true) }} |
| {{__("Balance")}} | {{ format_amount(auth(activeGuard())->user()->balance,true) }} |
| {{__("Total")}} | {{ format_amount($cartTotal,true) }} |
| {{__("Remaining")}} | {{ format_amount($netPayable,true) }} |
| {{__("Total")}} | {{ format_amount($cartTotal,true) }} |