@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, 'style' => 'max-height: 35rem']) !!}
@endif