@if($story->name || $story->condition)
{{ $story->name }} @if($story->condition) · {{ $story->condition }} @endif
@endif{{ $story->title }}
@if($story->description){{ $story->description }}
@else @endif
Read story
@if($story->created_at)
{{ $story->created_at->format('d M Y') }}
@endif