{{ $comment->creator->first_name ?? runtimeUnkownUser() }}
{{ $comment->creator->first_name ?? runtimeUnkownUser() }}
{{ runtimeDateAgo($comment->comment_created) }} @if($comment->comment_creatorid = auth()->id() || auth()->user()->role_id == 1) | @lang('lang.delete') @endif
{!! clean($comment->comment_text) !!}