{{ __('shop::cart.summary') }}
@if ($step > 1)
@include('shop::cart.sidebar-products')
-
{{ __('shop::cart.delivery') }}
{!! price_currency($delivery->price) !!}
{{---
{{ __('shop::cart.payment') }}
{!! price_currency($payment->price) !!}
--}}
@else
-
{{ __('shop::cart.delivery') }}
{{---
{{ __('shop::cart.payment') }}
--}}
{{---
{{ __('shop::cart.delivery_from') }}
{!! price_currency($cheapestDelivery->price) !!}
--}}
@if ($freeDeliveryRemain)
-
{{ __('shop::cart.delivery_free_remain') }}
{!! price_currency($freeDeliveryRemain) !!}
@endif
@endif
@if (Cart::discount())
-
{!! __('shop::cart.discount') !!}
@if ($step == 1 && Cart::coupon())
@endif
-{!! price_currency(Cart::discount()) !!}
@endif
@if ($step == 1 && !Cart::coupon())
@if (isset($couponError))
{{ __('shop::cart.coupon_error') }}
@endif
@endif
{{--