| Income Head | Count | Total Amount |
|---|---|---|
| {{ $summary['head_name'] }} | {{ $summary['count'] }} | ₹ {{ number_format($summary['total_amount'], 2) }} |
| Grand Total | {{ $totalCount }} | ₹ {{ number_format($totalAmount, 2) }} |
| SL | Date | Organisation | Division | Income Head | Amount (₹) | Payment Type | Reference | Narration |
|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ \Carbon\Carbon::parse($income->transaction_date)->format('d-m-Y') }} | {{ $income->organisation->organisation_name ?? 'N/A' }} | {{ $income->accountType->account_type_Name ?? 'N/A' }} | {{ $income->incomeHead->income_head_name ?? 'N/A' }} | ₹ {{ number_format($income->transaction_amount, 2) }} | {{ $income->paymentType->name ?? 'N/A' }} | {{ $income->transaction_reference ?? '-' }} | {{ Str::limit($income->transaction_narration ?? '-', 30) }} |
| No income transactions found for the selected period. | ||||||||
| Grand Total: | ₹ {{ number_format($totalAmount, 2) }} | |||||||