{{__('Cart')}}
{{__('Product')}} | {{__('Description')}} | {{__('Price')}} | {{__('Stock')}} | |
---|---|---|---|---|
|
{{$product->description}} | @if($product->offer>0 && $product->offer_valid){{formated_price($product->offer)}} @else {{formated_price($product->new_price)}} @endif | {{$product->stock}} | id)}}" class="delete_cart_item"> |
{{__('Cart empty')}} |
-
{{__('Total')}}
{{formated_price(calculateCart())}}