| Sr No | Reference Number | Applicant Name | Department | Service | Mobile Number | Status | Amount | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $demand->reference_number }} | {{ $demand->applicant_name }} |
@foreach ($demand->details->unique('department_id') as $detail)
{{ $detail->department->department_name ?? '-' }}
@endforeach
|
@foreach ($demand->details->unique('service_id') as $detail)
{{ $detail->service->service_name ?? '-' }}
@endforeach
|
{{ $demand->mobile_number }} | @if ($demand->status == 1) Paid @else Pending @endif | {{ number_format($demand->total_amount, 2) }} | Select |
| No demands found. | ||||||||