@if ($story->isCommunities()) @endif

{{ $story->title }}

{{ $story->summary }}
@if ($story->getFirstMedia('featured-image'))
{!! $story->getFirstMedia('featured-image')->img('', ['class' => 'max-h-96 object-cover w-full', 'alt' => $story->title]) !!}
@endif
@if ($story->comments_count > 0) {{ $story->comments_count }} @else @endif
{{ views($story)->remember()->count() }}
{{-- Save --}} @if (auth()->id() !== $story->user->id) @endif