@if($article->category){{ $article->category }}@endif {{ $article->title }} {{ strtoupper(substr($article->author?->name ?? 'Q',0,1)) }} {{ $article->author?->name ?? 'Tim Quran Review' }} ·{{ $article->published_at?->translatedFormat('d M Y') }} ·{{ $article->readingMinutes() }} mnt baca @if($article->excerpt) {{ $article->excerpt }} @endif @foreach(preg_split('/\n\n+/', $article->body) as $para) {{ trim($para) }} @endforeach