Renewal Service Invoice
Invoice No: {{ $invoiceNo }}
Client: {{ $client->name }}
Address: {{ $client->address }}
Report Date: {{ now()->format('d M Y') }}
| # | Type | Particulars Of Services HSN/SAC | Amount | {{--Start | End | Expiry | --}} {{--Notes | --}}
|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $item->type->name }} | {{ $item->title }} Periode Of Service {{ \Carbon\Carbon::parse($item->start_date)->format('d-m-Y') }} - {{ \Carbon\Carbon::parse($item->end_date)->format('d-m-Y') }} |
₹{{ number_format($item->amount, 2) }} | {{--{{ \Carbon\Carbon::parse($item->start_date)->format('d-m-Y') }} | {{ \Carbon\Carbon::parse($item->end_date)->format('d-m-Y') }} | {{ \Carbon\Carbon::parse($item->expiry_date)->format('d-m-Y') }} | --}} {{--{{ $item->notes }} | --}}
| Total | ₹{{ number_format($totalAmount, 2) }} | ||||||
| Amount in Words: {{ $amountInWords }} | |||||||