@extends('layouts.app') @section('title', 'Modifier - ' . $patient->first_name . ' ' . $patient->last_name) @section('content')
Patient créé le :
{{ $patient->created_at->format('d/m/Y à H:i') }}
Dernière modification :
{{ $patient->updated_at->format('d/m/Y à H:i') }}
Âge actuel :
{{ \Carbon\Carbon::parse($patient->date_of_birth)->age }} ans
ID Patient :
#{{ $patient->id }}