{{ __('Reset') }}
{{ __('Checkout') }}
{{ __('Total Products') }} {{ Cart::instance($cart_instance)->count() }} {{ __('Order Tax') }} ({{ $global_tax }}%) (+) {{ format_currency(Cart::instance($cart_instance)->tax()) }} {{ __('Discount') }} ({{ $global_discount }}%) (-) {{ format_currency(Cart::instance($cart_instance)->discount()) }} {{ __('Shipping') }} (+) {{ format_currency($shipping_amount) }} {{ __('Grand Total') }} (=) {{ format_currency($total_with_shipping) }}
{{ __('Close') }} {{ __('Submit') }}