@extends('layouts.app') @section('content')
Aucun enfant enregistré.
@else| # | Prénom | Nom | Date de naissance |
|---|---|---|---|
| {{ $child->id }} | {{ $child->first_name }} | {{ $child->last_name }} | {{ $child->birthday ? \Carbon\Carbon::parse($child->birthday)->format('d/m/Y') : '—' }} |