{{__('Total price')}} | {{ activeCurrency()->getData()->position == 'l' ? activeCurrency()->getData()->symbol :'' }} {{ price_format( currency($price_total, $from = $currency->code, $to = Session::has('changed_currency') ? Session::get('changed_currency') : $currency->code, $format = false)) }}{{ activeCurrency()->getData()->position == 'r' ? activeCurrency()->getData()->symbol :'' }} | |
{{__('Offer Discount')}} | {{ activeCurrency()->getData()->position == 'l' ? activeCurrency()->getData()->symbol :'' }} {{ price_format( currency($price_total - $offer_total, $from = $currency->code, $to = Session::has('changed_currency') ? Session::get('changed_currency') : $currency->code, $format = false)) }}{{ activeCurrency()->getData()->position == 'r' ? activeCurrency()->getData()->symbol :'' }} | |
{{__('Coupon Discount')}} | {{__('ApplyCoupon')}}{{ currency($cpn_discount, $from = $currency->code, $to = Session::has('changed_currency') ? Session::get('changed_currency') : $currency->code, $format = true) }} @else | {{__('ApplyCoupon')}} |
{{__('Discount Percent')}} | {{ round($offer_percent, 0) }}% {{ __('off') }} |
{{__('Total:')}} | {{ activeCurrency()->getData()->position == 'l' ? activeCurrency()->getData()->symbol :'' }} {{ price_format( currency($cart_total, $from = $currency->code, $to = Session::has('changed_currency') ? Session::get('changed_currency') : $currency->code, $format = false)) }}{{ activeCurrency()->getData()->position == 'r' ? activeCurrency()->getData()->symbol :'' }} |