@foreach ($this->comments as $comment)
@endforeach
{{-- Load more button --}}
@if ($this->hasMore)
@endif
{{-- New comment form - only for authorized users --}}
@auth
@can('create', \Relaticle\Comments\CommentsConfig::getCommentModel())
@endcan
@endauth