![]() 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/syn.corals.io/storage/framework/views/ |
<?php $__currentLoopData = $menus; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $menu_item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($menu_item->hasChildren()): ?> <li class="dd-item" data-id="<?php echo e($menu_item->id); ?>"> <div class="dd-handle"> <i class="<?php echo e($menu_item->icon); ?> fa-fw"></i> <strong><?php echo e($menu_item->name); ?></strong> <?php if($menu_item->status === 'inactive'): ?> <i class="fa fa-ban fa-fw text-danger"></i> <?php endif; ?> <span class="pull-right dd-nodrag"><?php echo $menu_item->present('action'); ?></span> </div> <ol class="dd-list"> <?php echo $__env->make('Menu::menu.menu_item', ['menus'=> $menu_item->getChildren()], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </ol> </li> <?php else: ?> <li class="dd-item" data-id="<?php echo e($menu_item->id); ?>"> <div class="dd-handle"> <i class="<?php echo e($menu_item->icon); ?> fa-fw"></i> <strong><?php echo e($menu_item->name); ?></strong> <?php if($menu_item->status === 'inactive'): ?> <i class="fa fa-ban fa-fw text-danger"></i> <?php endif; ?> <span class="pull-right dd-nodrag"><?php echo $menu_item->present('action'); ?></span> </div> </li> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><?php /**PATH /home/corals/public_html/syn.corals.io/Corals/core/Menu/resources/views/menu/menu_item.blade.php ENDPATH**/ ?>