@extends('layouts.app') @section('title', $patient->first_name . ' ' . $patient->last_name) @section('content')
{{ \Carbon\Carbon::parse($patient->date_of_birth)->age }} ans
| Date de naissance : | {{ \Carbon\Carbon::parse($patient->date_of_birth)->format('d/m/Y') }} |
| Âge : | {{ \Carbon\Carbon::parse($patient->date_of_birth)->age }} ans |
| Sexe : | {{ $patient->gender === 'M' ? 'Masculin' : 'Féminin' }} |
| Téléphone : | {{ $patient->phone }} |
| Email : | {{ $patient->email }} |
| Adresse : | {{ $patient->address }} |
| Inscrit le : | {{ $patient->created_at->format('d/m/Y') }} |
Aucune consultation enregistrée
Créer le premier ticketAucun achat de médicament enregistré
Aller à la pharmacie