logo

COVID-19 Vaccination Certificate

{{ \Carbon\Carbon::now()->format(' D Y-M-d H:i:s') }}



@if($certificate->qr_code) qr_code @else qr_code @endif

{{ $certificate->code }}

Patient # : {{ $patient->code }}

First Name : {{ $patient->first_name }}

Last Name : {{ $patient->last_name }}

Identification Document : {{ $patient->identification_document }}

Identification Number : {{ $patient->identification_number }}

Sex : {{ $patient->gender }}

Date of Birth : {{ $patient->dob }}

VACCINATIONS

@foreach($vaccinations as $vaccination) @endforeach
Date Vaccine Batch Number Dose Next Dose Date Facility Personnel Place Of Vaccination
{{ $vaccination->vaccination_date }} {{ $vaccination->vaccine->product_name }} (Tradenames include {{ $vaccination->vaccine->medicine_name }}) {{ $vaccination->batch_number ?? 'N/A' }} {{ config('app.doses.'. $vaccination->dose) }} {{ $vaccination->next_dose_date }} {{ $vaccination->issuedBy->personnel->facility->name }} {{ $vaccination->issuedBy->first_name }} {{ $vaccination->issuedBy->last_name }} {{ $vaccination->place_of_vaccination }}