@foreach($comments as $comment)
{{ $comment->first_name ?? runtimeUnkownUser() }}
{{ $comment->first_name ?? runtimeUnkownUser() }}
{{ runtimeDateAgo($comment->comment_created) }} @if($comment->permission_delete_comment) | {{ cleanLang(__('lang.delete')) }} @endif
{!! clean($comment->comment_text) !!}
@endforeach