@if ($itemCommentReply)

{{ translate('Report comment') }}

{{ $itemCommentReply->user->username }}
{{ $itemCommentReply->user->username }}
{{ $itemCommentReply->created_at->diffforhumans() }}
{!! purifier(shorterText($itemCommentReply->body, 500)) !!}
@endif