@foreach($comments as $comment)
user
@if($comment->permission_delete_comment) @endif {{ runtimeDateAgo($comment->comment_created) }}
{!! _clean($comment->comment_text) !!}
@if(auth()->user()->is_team && $comment->type == 'team') @if($comment->comment_client_status == 'read') @else @endif @endif
@endforeach