{{-- 🔹 KONTEN ARTIKEL UTAMA --}}

{{ $artikel->judulartikel }}

{{ $artikel->author ?? 'Admin' }} {{ $artikel->created_at->format('d F Y') }}
@if ($artikel->image)
{{ $artikel->judulartikel }}
@else
Default image
@endif
{!! nl2br(e($artikel->deskripsi)) !!}
{{-- 🔹 SIDEBAR ARTIKEL TERBARU --}}
{{-- Tambahkan section kontak --}} @include('components.kontak')