@include('components.navbar')
{{-- Gambar Utama --}} @if ($post->image)
{{ $post->title }}
@endif {{-- Judul & Tanggal --}}

{{ $post->title }}


{{-- Konten --}}
{!! $post->content !!}
{{-- Tombol Kembali --}}
×
@include('components.footer')