Image | Product | Price | Qty | Total | Remove |
---|---|---|---|---|---|
{{$value->name}} | {{$value->price}} ৳ |
|
{{$value->price*$value->qty}} ৳ |
Image | Product | Price | Qty | Total | Remove |
---|---|---|---|---|---|
{{$value->name}} | {{$value->price}} ৳ |
|
{{$value->price*$value->qty}} ৳ |
Items | {{Cart::instance('shopping')->count()}} (qty) |
Total | ৳{{$subtotal}} |
Shipping | ৳{{$shipping}} |
Discount | ৳{{$discount}} |
Total | ৳{{($subtotal+$shipping) - $discount}} |