{{-- Left Part --}}
@lang('global.International Travel Vaccination Certificate')
|
|
@lang('global.Certificate Interoperable')
|
|
{{-- Right part --}}
|
{{ $checkup->dcc_type_id == 1 ? 'Certificat de Test' : 'Certificat de Vaccination'}}
|
@lang('global.Name') Name |
{{ $patient->nom }} |
@lang('global.Prenom') Given names |
{{ $patient->prenom }} |
@lang('global.Birthday') Date of birth |
{{ $patient->dob->format('d-m-Y') }} |
{{ $patient->typePiece ? $patient->typePiece->libelle : __('global.NoPid') }} Document ID |
{{ $patient->pid }} |
@if($checkup->dcc_type_id and $checkup->tr)
@lang('global.Result Tr') {{ get_intitule($checkup->tr, 'valeur', 'libelle') }}, le {{ $checkup->sc->format('d-m-Y H:i:s') }} |
@endif
|