Items | Qty | Price | Size | Discount | Amount |
---|---|---|---|---|---|
{{ $item->name }} |
{{ $item->cart_qty }} |
{{ number_format($item->price) }} |
{{ strtoupper(substr($item->size, 0, 1)) }} |
{{ intval($item->discount_percentage) }}% |
{{ number_format($item->discountPrice * $item->cart_qty) }} |
No items in the cart. |