{{ $comment->user->full_name }}
{{ $comment->user->full_name }}
{{ $comment->user->role->caption }}
{{ dateTimeFormat($comment->created_at, 'j M Y') }}
{!! clean($comment->comment, 'comment') !!}
@if(!empty($replies) and count($replies)) @foreach($replies as $replyRow) @include('design_1.web.components.comments.comment', [ 'comment' => $replyRow, 'replies' => null, 'mainCommentId' => $mainCommentId, 'commentForItemId' => $commentForItemId, 'commentForItemName' => $commentForItemName, 'className' => 'bg-gray-100 p-16 rounded-8 mt-16', ]) @endforeach @endif