@if ($comments->count()) @foreach ($comments as $comment)
{{ $comment->user->full_name }}

{{ $comment->comment_time }}

{{ $comment->comment }}


@endforeach @else
{{ __('admin/complaint_comments.no_comments') }}
@endif
@csrf