@if ($step > 1)
@include('shop::cart.sidebar-products')
Dostawa od
{!! price_currency($delivery->price) !!}
@else
Dostawa
@endif
@if (Cart::discount())
{!! __('shop::cart.discount') !!}
@if ($step == 1 && Cart::coupon())
@endif
-{!! price_currency(Cart::discount()) !!}
@endif
Do zapłaty:
@if ($step > 1)
{!! price_currency(Cart::total() + $delivery->price + $payment->price - Cart::discount()) !!}
@else
{!! price_currency(Cart::total() - Cart::discount()) !!}
@endif
@if ($step == 1 && !Cart::coupon())
@if (isset($couponError))
{{ __('shop::cart.coupon_error') }}
@endif
@endif
@yield('sidebar-terms')