{{ $commentCreator->full_name }}
{{ $commentCreator->full_name }}
@if(!empty($showRate)) @include('design_1.web.components.rate', [ 'rate' => $comment->rates, 'rateCount' => false, 'rateClassName' => 'mt-4' ]) @else
{{ $commentCreator->role->caption }}
@endif
{{ dateTimeFormat($comment->created_at, 'j M Y H:i') }}
{!! clean($description, 'description') !!}
@if(!empty($replies) and count($replies)) @foreach($replies as $replyRow) @include('design_1.web.components.reviews.review', [ 'comment' => $replyRow, 'commentCreator' => $replyRow->user, 'replies' => null, 'description' => $replyRow->comment, 'replyItemId' => $replyItemId, 'showRate' => false, 'deleteUrlPrefix' => "/comments", 'className' => 'bg-gray-100 p-16 rounded-8 mt-16', ]) @endforeach @endif