@if($item->category)
{{ $item->category->name }}
@endif
{{ $item->title }}
{{ \Illuminate\Support\Str::limit(strip_tags($item->content), 180) }}
@if($item->author)
{{ $item->author->name }}
@endif
{{ \Carbon\Carbon::parse($item->published_at)->diffForHumans() }}