⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.219
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 :
d8a588d527a0d2ab4d628cc9ae6e8e7a755edb09.php
<?php $__currentLoopData = $categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if (in_array($category->id, $arr)) { $checked = "checked"; } else{ $checked = ""; } ?> <div class="custom-control custom-checkbox"><input <?php echo e($checked); ?> type="checkbox" name="category[]" class="custom-control-input" value="<?php echo e($category->id); ?>" id="category<?php echo e($category->id); ?>"> <label class="custom-control-label" for="category<?php echo e($category->id); ?>"><?php echo e($category->name); ?> </label> </div> <?php $__currentLoopData = $category->childrenCategories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $childCategory): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php echo $__env->make('lphelper::lphelper.category.category_child_check', ['child_category' => $childCategory], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php /**PATH /home/tech/staging.techlup.co.ke/files/script/vendor/lpress/src/views/lphelper/category/category_check.blade.php ENDPATH**/ ?>