| {{ $name }} | {{ $fund->medical_council_appointment_at?->format('Y-m-d H:i') }} |
| No appointments |
| Name | ID | City | Phones | National IDs | Fund | Date | Fund Status | Recipient Status | Details | Decision | Reason | Action |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ $recipient->first_name }} {{ $recipient->last_name }}
{{ $recipient->city }}
|
{{ $recipient->id }} | {{ $recipient->city }} |
@forelse($recipient->phoneNumbers as $p)
{{ $p->phone_number }}
@empty
-
@endforelse
|
@forelse($recipient->nationalIds as $n)
{{ $n->national_id_number }}
@empty
-
@endforelse
|
{{ ucfirst($fund->fund_type ?? '-') }} | {{ $fund->created_at ?? '-' }} | {{ $recipient->status }} | View |