{{-- Left Part --}}
@lang('global.Sign')
|
|
@lang('global.Sign')
|
|
{{-- Right part --}}
|
.......................
|
@lang('global.Name') Name |
{{ $usager->nom }} |
@lang('global.Prenom') Given names |
{{ $usager->prenom }} |
@lang('global.Birthday') Date of birth |
{{ $usager->dob->format('d-m-Y') }} |
{{ $usager->typePiece ? $usager->typePiece->libelle : __('global.NoPid') }} Document ID |
{{ $usager->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 --}}
|