{{ date('d M, Y') }}
| Invoice No | {{ $sale->invoice_no }} | Sale Date | {{ $sale->sale_format_date }} |
|---|---|---|---|
| Warranty Start | {{ $details->warranty_start_date }} | Warranty End | {{ $details->warranty_end_date }} |
| Product Name | {{ $product->name }} | EMI Number | {{ $claim->emi_number }} |
| Claim No | {{ $claim->claim_no }} | Claim Date | {{ $claim->claim_date }} |
|---|---|---|---|
| Resolution Date | {{ $claim->resolution_date }} | Issue Description | {{ $claim->issue_description }} |
| Name | {{ $claim->customer_name }} | Mobile | {{ $claim->customer_mobile }} |
| Charge | {{ numberformat($claim->charge) }} |
|---|---|
| VAT ({{ $claim->tax }}%) | {{ numberformat($claim->vat) }} |
| Total | {{ numberformat($claim->total) }} |