Image | Name | Size | Price | Qty | Discounted | subTotal | Actions |
---|---|---|---|---|---|---|---|
|
{{ $item->name }} | {{ $item->size }} | {{ number_format($item->price, 2, '.', '') }} | {{ number_format($item->discountPrice, 2, '.', '') }} | {{ number_format($item->discountPrice * $item->cart_qty, 2, '.', '') }} |
{{ $item->orderCode ?? '' }}
Tax
{{ number_format($taxAmount, 2, '.', '') }}
Deli Fees
{{ number_format($deliveryFee, 2, '.', '') }}
Sub Total
{{ number_format($subtotal, 2, '.', '') }}