{{ $post->title }}
@if (isset($category) && $category->id != $post->category?->id) Under {{ $category?->name }} {{ $post->category?->name }} @else Under {{ $post->category->name }} @endif

{{ $post->title }}

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

{{ str_first_sentence($post->bites) }}

Continue reading...