⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.26
Server IP:
15.204.235.159
Server:
Linux srv.techlup.co.ke 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Server Software:
Apache
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
tech
/
www
/
script
/
storage
/
framework
/
views
/
View File Name :
de6327037fd489c811723fd3fc3252c2bd6f1f04.php
<?php if(!empty($menus)): ?> <?php $mainMenus=json_decode($menus->data); ?> <?php $__currentLoopData = $mainMenus; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="<?php echo e($li); ?>" > <?php if($icon_position == 'left'): ?><i class="<?php echo e($row->icon); ?>"></i> <?php endif; ?> <a href="<?php echo e(url($row->href)); ?>" <?php if(!empty($row->target)): ?> target="<?php echo e($row->target); ?>" <?php endif; ?>><?php echo e($row->text); ?></a> <?php if($icon_position=='right'): ?> <i class="<?php echo e($row->icon); ?>"></i><?php endif; ?> <?php if(isset($row->children)): ?> <ul class="<?php echo e($ul); ?>" > <?php $__currentLoopData = $row->children; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $childrens): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php echo $__env->make('lphelper::lphelper.lpmenu.child', ['childrens' => $childrens], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> <?php endif; ?> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?><?php /**PATH /home/tech/public_html/script/vendor/lpress/src/views/lphelper/lpmenu/parent.blade.php ENDPATH**/ ?>