@php $unique_comment_id = str_random(10) ; @endphp
@if(request('commentresource_type') == 'project' && request('commentresource_id') && isset($project) && request('source') != 'starred')
@endif @if(config('visibility.post_new_comment_form'))
user
@endif
@if (@count($comments ?? []) == 0) @include('notifications.no-results-found') @endif @include('pages.comments.components.ajax')
@include('misc.load-more-button')