{{translate('Product')}} | {{translate('Total')}} |
---|---|
{{ $product_name_with_choice }} × {{ $cartItem['quantity'] }} | ৳ {{ ($cartItem['price']*$cartItem['quantity']) }} |
{{translate('Subtotal')}} | ৳ {{ ($subtotal) }} |
---|---|
{{translate('Tax')}} | ৳ {{ ($tax) }} |
{{translate('Total Shipping')}} | ৳ {{ ($shipping) }} |
{{translate('Redeem point')}} | {{ (Session::get('club_point')) }} |
{{translate('Coupon Discount')}} | {{ ($carts->sum('discount')) }} |
{{translate('Total')}} | ৳ {{($total) }} |