| Pharmacy | Recipient |
|---|---|
|
Name: {{ $pharmacyName }}
ID: {{ $log->pharmacy_id }}
|
Name: {{ $recipientName }}
Recipient ID: {{ $log->recipient_id }}
@if($recipientNationalIdMasked)
National ID: {{ $recipientNationalIdMasked }}
@endif
@if($recipientCity)
City: {{ $recipientCity }}
@endif
|
| Month | Drug | Quantity | Coverage Ratio |
|---|---|---|---|
| {{ $log->month_year }} | {{ $item['drug_name'] ?? ('Drug #' . ($item['drug_id'] ?? '')) }} | {{ $item['quantity'] ?? '' }} | {{ number_format(((float) ($item['coverage_ratio'] ?? 1)) * 100, 0) }}% |
| Recorded | ID Photo |
|---|---|
|
@if($recordedBy)
Recorded by: {{ $recordedBy }}
@endif
@if($log->notes)
Notes: {{ $log->notes }}
@endif
|
@if($idImageDataUri)
No ID photo attached.
@endif
|