Detail Postingan

Judul:

{{ $post->title }}

Kategori:

{{ $post->category->name ?? '-' }}

Konten:

{{ strip_tags($post->content) }}

@if ($post->image) Gambar:
{{ $post->title }} @else

Tidak ada gambar.

@endif
Created At: {{ $post->created_at->format('d M Y') }}
Updated At: {{ $post->updated_at->format('d M Y') }}
← Kembali ke Beranda