Photo of {{ $post->name }} Placeholder image of {{ $post->name }}
@if (!is_empty($post->cliffhanger))
{{ $post->cliffhanger }}
@else
{{ $post->excerpt }}
@endif

in @foreach ($post->post_categories as $post_category) {{ $post_category->category->name }} @if (!$loop->last) , @endif @endforeach {{-- 3 min read --}}

{{ $post->publish_date->format('j F Y') }} {{-- 9 min read --}}