{{ $article->title }}
{{-- 2. Meta Info --}} {{-- 3. Gambar Utama --}} @if($article->image)
{{-- Logika cek gambar storage vs public biasa --}}
@if(file_exists(public_path('storage/'.$article->image)))
@else
@endif
@endif
{{-- 4. Isi Berita --}}
{!! $article->description !!}
{{-- 5. Tombol Kembali --}}