File: /home/armgroup/libs/storage/framework/views/bb9edb80a860d7d4f69fcc1ed67fc672b0490c1e.php
<ul class="list-commen p-0 m-0">
<?php $__empty_1 = true; $__currentLoopData = $comments; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $comment): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
<?php
if (! isset($_instance)) {
$html = \Livewire\Livewire::mount('frontend.product.comment.single', ['comment' => $comment])->html();
} elseif ($_instance->childHasBeenRendered($comment->id)) {
$componentId = $_instance->getRenderedChildComponentId($comment->id);
$componentTag = $_instance->getRenderedChildComponentTagName($comment->id);
$html = \Livewire\Livewire::dummyMount($componentId, $componentTag);
$_instance->preserveRenderedChild($comment->id);
} else {
$response = \Livewire\Livewire::mount('frontend.product.comment.single', ['comment' => $comment]);
$html = $response->html();
$_instance->logRenderedChild($comment->id, $response->id(), \Livewire\Livewire::getRootElementTagName($html));
}
echo $html;
?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
<div class="alert alert-info text-center mt-3">
<span class="fa fa-info-circle"></span> هیچ دیدگاهی برای این محصول ثبت نشده است!
</div>
<?php endif; ?>
<?php if($comments->hasMorePages()): ?>
<li class="more" wire:click.prevent="loadMore">نمایش بیشتر</li>
<?php endif; ?>
</ul>
<?php /**PATH /home/technova/technovar/resources/views/livewire/frontend/product/comment/index.blade.php ENDPATH**/ ?>