@props(['post'])
@if($post->featured_image_media_id) {{ $post->title }} @endif
@if($post->categories->isNotEmpty()) {{ $post->categories->first()->name }} · @endif

{{ $post->title }}

@if($post->excerpt)

{!! $post->excerpt !!}

@endif
{{ $post->user->name }} · {{ $post->reading_time_minutes ?? 0 }} min read