{{ $story->story_type }}
{{ $story->title }}
Creator: @{{ $story->creator?->username ?? 'unknown' }}
@if($story->excerpt){{ $story->excerpt }}
@endif
{!! preg_replace('/<(script|style)\\b[^>]*>.*?<\\/\\1>/is', '', (string) $story->content) !!}