{{ $article->title }}
{{ Str::limit($article->abstract, 150) }}
Authors: @php $authors = $article->authors_text ? array_map('trim', explode(',', $article->authors_text)) : []; @endphp {{ collect($authors)->take(3)->join(', ') }} @if(count($authors) > 3) et al. @endif
@if($article->category){{ $article->category->name }}
@endif