@if (!empty($article->title)) {!! Str::words($article->title, 12, ' ...') !!} @endif
@if (!empty($article->short_description)){!! (Str::length($article->short_description) > 80) ? substr($article->short_description, 0, 80).'...': $article->short_description !!}
@endif @if (!empty($article->created_at)) @php $timeAgo = timeAgo(strtotime($article->created_at)); @endphp {!! $timeAgo !!} @endif