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/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 foreach($menu_left->whereParent('') as $item): ?>
<li <?php echo $item->attributes($item->link->attr()); ?>>
<a href="<?php if($item->link): ?> <?php echo $item->url(); ?> <?php else: ?> javascript:; <?php endif; ?>">
<?php echo $item->icon; ?>
<span class="title"><?php echo $item->title; ?></span>
<?php if($item->hasChildren()): ?>
<span class="arrow <?php if($item->attributes($item->link->attr())): ?> open <?php endif; ?>"></span>
<?php endif; ?>
</a>
<?php if($item->hasChildren()): ?>
<ul class="sub-menu">
<?php foreach($item->children() as $child): ?>
<li <?php echo $child->attributes($child->link->attr()); ?>>
<a href="<?php echo e($child->url()); ?>">
<?php echo $child->prependIcon()->title; ?>
<?php if($child->hasChildren()): ?>
<span class="arrow <?php if($child->attributes($child->link->attr())): ?> open <?php endif; ?>"></span>
<?php endif; ?>
</a>
<?php if($child->hasChildren()): ?>
<ul class="sub-menu">
<?php foreach($child->children() as $child2): ?>
<li <?php echo $child2->attributes($child2->link->attr()); ?>><a href="<?php echo e($child2->url()); ?>"><?php echo $child2->prependIcon()->title; ?></a></li>
<?php endforeach; ?>
</ul>
<?php endif; ?>
</li>
<?php endforeach; ?>
</ul>
<?php endif; ?>
</li>
<?php endforeach; ?>
<?php endif; ?>
</ul>
<!-- END SIDEBAR MENU -->
</div>
</div>