{{ $news->newsCategory->title }}
@endif
{{ $news->title }}
@if($news->author)
@endif
{{ $news->updated_at->format('d M Y') }}
{{ $readingTime }} menit baca
{{ $news->views ?? 0 }} tayangan
{{ $news->author->name }}
@if(isset($news->author->role))
{{ $news->author->role }}
@endif