HEX
Server: LiteSpeed
System: Linux sv4.hami.host 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User: armgroup (1008)
PHP: 8.2.32
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open, mail, socket_create, socket_create_listen, socket_create_pair, link, dl, openlog, syslog, stream_socket_server, curl_multi_init
Upload Files
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**/ ?>