@if ($story->isPublished() && $story->isCommunities())
@isset($story->community->avatar) {{ $story->community->name }} @endisset
{{ __('Published in') }} {{ $story->community->name }}
@elseif($story->isNotPublished()) @can('update', $story)
{{ __('Unpublished story.') }}
{{ __('This URL is public but secret, so share at your own wish.') }}
@endcan @else @endif