@props(['post'])
{{-- Image --}} @if($post->featured_image)
{{ $post->title }}
@else
@endif
{{-- Content --}}
@if($post->category) {{ $post->category->name }} @endif

{{ $post->title }}

{{ $post->excerpt_or_truncated }}

{{ $post->author->name ?? 'Umami Beer' }} · {{ $post->formatted_date }}
{{ $post->reading_time_text }}