Identité du patient

Nom : {{ $patient->first_name . ' ' . $patient->birth_name . ' ' . $patient->marital_name}}
Assuré : {{ $patient->insurances()->exists() ? 'OUI' : 'NON' }}
Sexe : {{ $patient->gender ?? '' }}
Date de naissance : {{ $patient->birthdate->format("d-m-Y") ?? '' }}
Age : {{ $patient->age ?? ''}}
Statut marital : {{ $patient->marital_status->name ?? '' }}
Téléphone : {{ $patient->phone ?? '' }}
Email : {{ $patient->email ?? '' }}
Adresse : {{ $patient->address ?? '' }}
Profession : {{ $patient->profession ?? '' }}
Niveau d'éducation : {{ $patient->education_level->name ?? '' }}
Nationalité : {{ $patient->nationality ?? '' }}
Numéro national : {{ $patient->national_id ?? '' }}
Nom du père : {{ $patient->father_name ?? '' }}
Nom de la mère : {{ $patient->mother_name ?? '' }}
Groupe sanguin : {{ $patient->bloodGroup->name ?? '' }}
Électrophorèse : {{ $patient->electrophoresis ?? '' }}
Nombre total de membres de la famille : {{ $patient->number_of_children ?? '' }}
Rang de Naissance : {{ $patient->birth_order ?? '' }}
Enregistré le : {{ $patient->created_at->format("d-m-Y") ?? '' }}
@section('qr')
QRid)) }}">
@endsection