{{ $p->name }}
{{ $p->baked_at ? $p->baked_at->format('d/m/Y') : $p->created_at->format('d/m/Y') }}
Avec : {{ $p->with_who ?? '—' }}
{{ $p->comment }}
@if($p->recipe) Voir la recette @endifAucune création ici.
@endforelse
{{ $p->name }}
{{ $p->baked_at ? $p->baked_at->format('d/m/Y') : $p->created_at->format('d/m/Y') }}
Avec : {{ $p->with_who ?? '—' }}
{{ $p->comment }}
@if($p->recipe) Voir la recette @endifAucune création ici.
@endforelse