|
Bill To: Procare Solutions |
INVOICE Date: {{ $sale->created_at ?? '-' }} |
| Name | Qty | Price | Discounts | Sub total |
|---|---|---|---|---|
| {{ $item->name }} | {{ number_format($item->qty,0) }} PCS | ${{ number_format($item->price,2) }} | ${{ number_format($item->item_discount,2) }} | ${{ number_format($item->subtotal,2) }} |
| Subtotal | ${{ number_format($subtotal,2) }} |
| Item Discounts | ${{ number_format($totalItemDiscount,2) }} |
| Order Discount | ${{ number_format($orderDiscount,2) }} |
| Total Discount | ${{ number_format($totalDiscount,2) }} |
| Grand Total | ${{ number_format($grandTotal,2) }} |