@auth
@can('add_comments')
@if ($story->comment_visibility === 'Followers')
@if (getCurrentUser()->id === $story->author->id || getCurrentUser()->isFollowing($story->author))
@if (!$comment->parent_id)
@else
@endif
@else
@endif
@else
@if (!$comment->parent_id)
@else
@endif
@endif
@else
@endcan
@else
{{ __('Reply') }}
@endauth
{{-- Reply --}}