@if ($post->categories->isNotEmpty())
{!! Str::limit($post->categories->first()->name, 45) !!}
@endif
{{ $post->published_at->format('M d, Y') }}
{{ $post->title }}
{{ $post->getExcerptWithLimit(100) }}