| Sr No | Receipt Date | Reference No | Applicant Name | Mobile No | Total Amount | Payment Mode | Status | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $receipt->updated_at->format('d-m-Y') }} | {{ $receipt->reference_number }} | {{ $receipt->applicant_name }} | {{ $receipt->mobile_number }} | {{ number_format($receipt->total_amount, 2) }} | {{ $receipt->payment_mode ?? '-' }} | @if ($receipt->status == 1) Paid @else Pending @endif | |
| No receipts found. | ||||||||