@vite(['resources/css/app.css', 'resources/js/app.js']) {{-- HEADER --}}
{{-- BREADCRUMB --}}
{{-- ARTICLE --}}
{{ ucfirst($post->category) }} ยท {{ number_format($visitStats['total']) }} kunjungan

{{ $post->title }}

{{ strtoupper(substr($post->author->name, 0, 2)) }}

{{ $post->author->name }}

@if ($post->featured_image)
{{ $post->title }}
@endif
{!! nl2br(e($post->body)) !!}
{{-- RELATED POSTS --}} @if ($related->count() > 0)

Artikel Terkait

@endif {{-- FOOTER --}}