{{ $news->category->name ?? 'Uncategorized' }}
{{ $news->created_at->format('d M Y') }}
{{ $news->title }}
Admin Klinik
{{ $news->view_count }}x dibaca
{{-- Gambar Utama --}}
@if ($news->image)
@endif
{{-- Konten Berita --}}
{{-- Class 'prose' sangat penting agar styling HTML dari editor (bold, list, h2) muncul --}}
{!! $news->content !!}
{{-- Footer Berita / Share --}}