Server : Apache System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64 User : tradze ( 1001) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/tradze/public_html/storage-old/framework/views/ |
<div class="page-sidebar-wrapper">
<div class="page-sidebar navbar-collapse collapse">
<!-- BEGIN SIDEBAR MENU -->
<ul class="page-sidebar-menu" data-keep-expanded="false" data-auto-scroll="true" data-slide-speed="200">
<li class="sidebar-toggler-wrapper">
<!-- BEGIN SIDEBAR TOGGLER BUTTON -->
<div class="sidebar-toggler"></div>
<!-- END SIDEBAR TOGGLER BUTTON -->
</li>
<li>
</li>
<?php if(isset($menu_left)): ?>
<?php $__currentLoopData = $menu_left->whereParent(''); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<li <?php echo \Lavary\Menu\Builder::attributes($item->attr()); ?>>
<a href="<?php if($item->link): ?> <?php echo $item->url(); ?> <?php else: ?> javascript:; <?php endif; ?>">
<?php if($item->data('icon')): ?><i class="<?php echo e($item->data('icon')); ?>"></i><?php endif; ?>
<span class="title"><?php echo $item->title; ?></span>
<?php if($item->hasChildren()): ?>
<span class="arrow <?php if($item->isActive): ?> open <?php endif; ?>"></span>
<?php endif; ?>
</a>
<?php if($item->hasChildren()): ?>
<ul class="sub-menu">
<?php $__currentLoopData = $item->children(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $child): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<li <?php echo \Lavary\Menu\Builder::attributes($child->attr()); ?>>
<a href="<?php echo e($child->url()); ?>">
<?php if($child->data('icon')): ?><i class="<?php echo e($child->data('icon')); ?>"></i><?php endif; ?> <?php echo $child->title; ?>
<?php if($child->hasChildren()): ?>
<span class="arrow <?php if($child->isActive): ?> open <?php endif; ?>"></span>
<?php endif; ?>
</a>
<?php if($child->hasChildren()): ?>
<ul class="sub-menu">
<?php $__currentLoopData = $child->children(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $child2): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<li <?php echo \Lavary\Menu\Builder::attributes($child2->attr()); ?>><a href="<?php echo e($child2->url()); ?>"><?php if($child2->data('icon')): ?><i class="<?php echo e($child2->data('icon')); ?>"></i><?php endif; ?> <?php echo $child2->title; ?></a></li>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</ul>
<?php endif; ?>
</li>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</ul>
<?php endif; ?>
</li>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php endif; ?>
</ul>
<!-- END SIDEBAR MENU -->
</div>
</div><?php /**PATH /home/tradze/public_html/resources/views/admin/partials/sidebar.blade.php ENDPATH**/ ?>