@props(['story']) @if($story->cover_url)
{{ $story->title }}
@else
@endif

{{ $story->title }}

{{ $story->creator?->username ?? 'Creator' }} {{ $story->creator?->username ?? 'Unknown creator' }} @if($story->published_at) @endif
{{ $story->reading_time }} min read {{ number_format((int) $story->likes_count) }} likes {{ number_format((int) $story->comments_count) }} comments {{ number_format((int) $story->views) }} views