| Sr No | Reference No | Applicant Name | Mobile No | Prabhag | Date | Amount | Status | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $demand->reference_number }} | {{ $demand->applicant_name }} | {{ $demand->mobile_number }} | {{ $demand->prabhag->prabhag_name ?? '-' }} | {{ $demand->created_at->format('d-m-Y') }} | {{ number_format($demand->total_amount, 2) }} | @if ($demand->status == 1) Paid @else Pending @endif |
@if ($demand->status != 1)
Edit
@endif
@if ($demand->status == 1)
View / Print
@endif
@if ($demand->status != 1)
@endif
|
| No demands found. | ||||||||