@extends('layouts.app')
@section('content')
-
Prénom & Nom:
{{ $patient->first_name }} {{ $patient->last_name }}
-
Téléphone:
{{ $patient->country_code_phone }} {{ $patient->phone }}
-
Date de naissance:
{{ optional($patient->d_of_birth)->format('d/m/Y') ?? '-' }}
-
Lieu de naissance:
{{ $patient->l_of_birth }}
-
Adresse locale:
{{ $patient->primary_address }}
-
Adresse à l'étrange:
{{ $patient->secondary_address }}
-
Whatsapp:
{{ $patient->country_code_whatsapp }} {{ $patient->whatsapp }}
-
Email:
{{ $patient->email ?? '-' }}
-
Code postal:
{{ $patient->postal_code ?? '-' }}
-
Code:
{{ $patient->code ?? '-' }}