@props(['title' => null]) @php $adherent = $adherentConnecte ?? null; $nomAdherent = $adherent ? trim(($adherent->prenoms ?? '').' '.mb_strtoupper($adherent->nom ?? '')) : 'Mon espace'; @endphp