Generated on {{ now()->format('Y-m-d H:i') }}
| Full Name | {{ $donor->first_name }} {{ $donor->second_name }} {{ $donor->third_name }} {{ $donor->last_name }} |
|---|---|
| Birth Date | {{ $donor->birth_date }} |
| City | {{ $donor->city }} - {{ $donor->district }} |
| Status | {{ $donor->status }} |
| Phone Numbers |
@forelse($donor->phoneNumbers as $phone)
{{ $phone->phone_number }} @empty No phones @endforelse |
|---|
| ID Number | {{ $nid->national_id_number }} |
|---|---|
| Front Image |
@if($nid->front_image)
|
| Back Image |
@if($nid->back_image)
|
| Selfie with ID |
@if($nid->selfie_with_id_image)
|
| No National IDs | |