@if ($story->readTimeCount() != 0)
{{ $story->readTime() }} @endif
@auth
    @if (auth()->id() !== $story->user->id)
  • @endif @can('update', $story)
  • {{ __('Edit') }}
  • @endcan
@endauth

{{ $story->title }}

@if (isset($story->subtitle))

{{ $story->subtitle }}

@endif