Viewing file: 4b63e847157e9a4f2161056a99c32304a11b67ee.php (1.19 KB) -rwxrwxrwx Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php if($childrens): ?> <?php if(isset($childrens->children)): ?> <li class="dropdown dropdown-submenu dropright"> <a class="dropdown-item dropdown-toggle" href="#!" id="dropdown0301" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><?php echo e($childrens->text); ?></a>
<ul class="dropdown-menu" aria-labelledby="dropdown0301"> <?php $__currentLoopData = $childrens->children; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php echo $__env->make('lphelper::lphelper.lpmenu.child', ['childrens' => $row], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </li> <?php else: ?> <li><a class="dropdown-item" href="<?php echo e(url($childrens->href)); ?>" <?php if(!empty($childrens->target)): ?> target=<?php echo e($childrens->target); ?> <?php endif; ?>><?php echo e($childrens->text); ?></a></li> <?php endif; ?> <?php endif; ?>
<?php /**PATH /Volumes/my-works/laravel/dokans/script/vendor/lpress/src/views/lphelper/lpmenu/child.blade.php ENDPATH**/ ?>
|