@lang('messages.YOUR_SHOPPING_CART')
@if ($cart === null || empty($cart->items))

@lang('messages.EMPTY_CART')

Oh no! Your shopping cart is empty!
@endif
Subtotal: {{ \App\Helper\Helper::formatAsCurrency(0)}}
@lang('messages.DISCOUNT'): {{ \App\Helper\Helper::formatAsCurrency(0)}}
@lang('messages.LI_TOTAL') (0 items): {{ \App\Helper\Helper::formatAsCurrency(0)}}