Products Name
21 |-
22 | @foreach (Cart::content() as $item)
23 |
-
24 | 25 |27 |
26 |28 | {{$item->model->name}} 29 |30 |31 | 38 |${{$item->model->regular_price}}
39 |${{$item->subtotal}}
40 | 41 | Delete from your cart 42 | 43 | 44 |45 |
46 | @endforeach
47 |
No item in cart
50 | @endif 51 |Order Summary
56 |Subtotal${{Cart::subtotal()}}
57 |Tax${{Cart::tax()}}
58 |ShippingFree Shipping
59 |Total${{Cart::total()}}
60 |