@auth('mod')

{!! $comment->author !!} - {!! html_ago($comment->created_at, 'timeago_comment_'.$comment->id) !!}

{!! nl2br(e($comment->body)) !!}

@else

{!! $comment->author !!} - {!! html_ago($comment->created_at, 'timeago_comment_'.$comment->id) !!}

{!! nl2br(e($comment->body)) !!}

@endauth