@php use Spatie\Comments\Enums\NotificationSubscriptionType; use Illuminate\Support\Facades\Auth; use Illuminate\Support\Facades\Gate; @endphp

Focused Comment ID: {{ $focusedCommentId }}

Navigate Parent Comment ID: {{ $navigateParentComment }}

Loaded {{$comments->count()}} of {{ $totalComments }} Comments

@if($writable && $showNotificationOptions && Auth::check())
@foreach(NotificationSubscriptionType::cases() as $case) @endforeach
@endif {{-- delete All Comments --}} @if($writable && $comments->isNotEmpty())

{{ __('comments::comments.delete_confirmation_text') }}

{{ __('comments::comments.delete') }}
@endif
{{--
@if ($hasMoreTop)
Loading...
@endif @forelse($comments as $comment) @continue(! Gate::check('see', $comment)) @empty {{--

{{ $noCommentsText ?? __('comments::comments.no_comments_yet') }}

--}}
There are no comments at the moment.
Be the first to comment.
@endforelse @if ($hasMoreBottom)
Loading...
@endif