@php use Spatie\Comments\Enums\NotificationSubscriptionType; @endphp
@if($writable) @auth @if($showNotificationOptions)
@foreach(NotificationSubscriptionType::cases() as $case) @endforeach
@endif @endif @endauth
@if ($newestFirst) @include('comments::livewire.partials.newComment') @endif @if($comments->count()) @foreach($comments as $comment) @can('see', $comment) @endcan @endforeach @if ($comments->hasPages()) {{ $comments->links() }} @endif @else

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

@endif @if (! $newestFirst) @include('comments::livewire.partials.newComment') @endif