Description | Quantity | Price | Total |
---|---|---|---|
{{ $item->description }} | {{ $item->quantity }} | {{ number_format($item->price, 2) }} | {{ number_format($item->quantity * $item->price, 2) }} |
Subtotal | {{ number_format($invoice->subtotal, 2) }} |
Tax ({{ $invoice->tax }}%) | {{ number_format($invoice->tax_amount, 2) }} |
Total | {{ number_format($invoice->total, 2) }} |