{{ ucfirst(str_replace('_', ' ', $relatedArticle->article_type)) }} {{ $relatedArticle->title }} {{ Str::limit($relatedArticle->abstract, 120) }} @php $authors = $relatedArticle->authors_text ? array_map('trim', explode(',', $relatedArticle->authors_text)) : []; @endphp {{ collect($authors)->take(2)->join(', ') }} @if(count($authors) > 2) et al. @endif {{ $relatedArticle->published_date->format('M Y') }} {{ number_format($relatedArticle->views_count) }} views