@php $titre = $panneau->nom ?? null; $titreImagePath = $titre ? public_path('storage/images/' . $titre) : null; @endphp @if($titre) @if(file_exists($titreImagePath))
{{ $panneau->adresse }}
{{ $panneau->codePostal }} {{ $panneau->ville }}
France
{{ $panneau->sousTitre }}
@endif