{{ $post->category->name }}

{{ $post->title }}

@if (!is_empty($post->published_at))
{{ $post->published_at->format('M j') }}
@endif

{{ $post->excerpt }}

Continue reading