관리-도구
편집 파일: ae746bf6af97219a99b70c6d4639e508.php
<section class="categories-area-four fix section-pt-140 section-pb-110"> <div class="container"> <div class="row justify-content-center"> <div class="col-xl-6 col-lg-8"> <div class="section__title text-center mb-50"> <span class="sub-title"><?php echo e(__('Top Search Categories')); ?></span> <h2 class="title bold"><?php echo e(__('Our Food categories')); ?></h2> </div> </div> </div> <div class="row"> <?php $__currentLoopData = $trendingCategories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-3 col-sm-6"> <div class="categories__item-four shine__animate-item"> <a href="<?php echo e(route('courses', ['main_category' => $category->slug])); ?>" class="shine__animate-link"> <img src="<?php echo e(asset($category->icon)); ?>" alt="img"> <span class="name"><?php echo e($category?->name); ?> <strong>(<?php echo e($category->subCategories->sum('courses_count')); ?>)</strong></span> </a> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <div class="categories__shape-wrap-two"> <img src="<?php echo e(asset('frontend/img/others/cat_shape01.svg')); ?>" alt="shape" data-aos="fade-down-right" data-aos-delay="400"> <img src="<?php echo e(asset('frontend/img/others/cat_shape02.svg')); ?>" alt="shape" data-aos="fade-up-left" data-aos-delay="400"> </div> </section> <?php /**PATH /home/inprosysltd/public_html/skill.inprosysltd.com/resources/views/frontend/home/kitchen/sections/category-area.blade.php ENDPATH**/ ?>