![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/demo.cartinsight.co/storage/framework/views/ |
<?php $__currentLoopData = $menus; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $menu): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($menu->hasChildren('active') && $menu->user_can_access): ?> <li class="nav-main-item <?php echo e(\Request::is(explode(',',$menu->active_menu_url))|| $menu->getProperty('always_active',false,'boolean') ?'active open':''); ?>"> <a href="#" class="nav-main-link nav-main-link-submenu" data-toggle="submenu"> <?php if($menu->icon): ?><i class="<?php echo e($menu->icon); ?> fa-fw nav-main-link-icon "></i><?php endif; ?> <span class="nav-main-link-name"><?php echo e($menu->name); ?></span> </a> <ul class="nav-main-submenu"> <?php echo $__env->make('partials.menu.menu_item', ['menus'=>$menu->getChildren('active')], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </ul> </li> <?php elseif($menu->user_can_access): ?> <li> <a class="nav-main-link <?php echo e(\Request::is(explode(',',$menu->active_menu_url))|| $menu->getProperty('always_active',false,'boolean')?'active':''); ?>" href="<?php echo e(url($menu->url)); ?>" target="<?php echo e($menu->target??'_self'); ?>"> <?php if($menu->icon): ?><i class="<?php echo e($menu->icon); ?> fa-fw nav-main-link-icon"></i><?php endif; ?> <span class="nav-main-link-name"><?php echo e($menu->name); ?></span> </a> </li> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><?php /**PATH /home/corals/demo.intellicart.co/resources/themes/oneUI/partials/menu/menu_item.blade.php ENDPATH**/ ?>