{{ $post->status ? 'Publié' : 'Non publié' }} {{ $post->translations->first()->title ?? 'Titre non disponible' }} {{ \Carbon\Carbon::parse(Auth::user()->created_at)->translatedFormat('d F Y')}} {{ optional($post->category->translations->first())->name ?? 'Catégorie non disponible' }} @foreach ($post->tags as $tag) {{ optional($tag->translations->first())->name ?? 'Tag non disponible' }} @endforeach
@csrf @method('DELETE')