⚝
One Hat Cyber Team
⚝
Your IP:
3.142.135.247
Server IP:
162.254.39.145
Server:
Linux premium289.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
favoaysf
/
www
/
storage
/
framework
/
views
/
View File Name :
b9f04bf882f91f4b6e4c855359ef05a7.php
<?php $categories = App\Models\Category::with('subcategory')->whereStatus(1)->orderby('serial','asc')->take(8)->get(); ?> <div class="widget-categories mobile-cat"> <ul id="category_list"> <?php $__currentLoopData = $categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $getcategory): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="has-children"> <a class="category_search" href="<?php echo e(route('front.catalog').'?category='.$getcategory->slug); ?>"><?php echo e($getcategory->name); ?> <?php if($getcategory->subcategory->count() > 0): ?> <span><i class="icon-chevron-down"></i></span> <?php endif; ?> </a> <ul id="subcategory_list"> <?php $__currentLoopData = $getcategory->subcategory; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $getsubcategory): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class=""> <a class="subcategory" href="<?php echo e(route('front.catalog').'?subcategory='.$getsubcategory->slug); ?>"><?php echo e($getsubcategory->name); ?></a> <ul id="childcategory_list"> <?php $__currentLoopData = $getsubcategory->childcategory; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $getchildcategory): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class=""> <a class="childcategory" href="<?php echo e(route('front.catalog').'?childcategory='.$getchildcategory->slug); ?>"><?php echo e($getchildcategory->name); ?></a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> <?php /**PATH /home/favoaysf/public_html/resources/views/includes/mobile-category.blade.php ENDPATH**/ ?>