관리-도구
편집 파일: 9b91b71434a345b70a9bbde9d6bdf94f.php
<!-- START CATEGORY AREA --> <div class="mt-16 sm:mt-24 lg:mt-[120px]"> <div class="mx-[12px]"> <div class="bg-primary py-16 sm:py-24 lg:py-[120px] max-w-[1600px] mx-auto rounded-3xl"> <div class="container"> <!-- HEADER --> <div class="grid grid-cols-12 gap-4 items-center"> <div class="col-span-full text-center max-w-[594px] mx-auto"> <div class="area-subtitle subtitle-outline style-two !border-[#F4B826]/15 text-sm uppercase !text-secondary"> <?php echo e(translate('Courses Categories')); ?> </div> <h2 class="area-title text-white mt-2"> <?php echo e(translate('Explore Our Top Categories')); ?> </h2> </div> </div> <!-- BODY --> <div class="grid grid-cols-12 gap-x-4 xl:gap-x-7 gap-y-7 mt-[60px]"> <?php $__currentLoopData = $categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if (isset($component)) { $__componentOriginal119e2aa9835f28a00c86093429870f0f = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal119e2aa9835f28a00c86093429870f0f = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::cards.category.card-three','data' => ['category' => $category]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::cards.category.card-three'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?> <?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes(['category' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($category)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal119e2aa9835f28a00c86093429870f0f)): ?> <?php $attributes = $__attributesOriginal119e2aa9835f28a00c86093429870f0f; ?> <?php unset($__attributesOriginal119e2aa9835f28a00c86093429870f0f); ?> <?php endif; ?> <?php if (isset($__componentOriginal119e2aa9835f28a00c86093429870f0f)): ?> <?php $component = $__componentOriginal119e2aa9835f28a00c86093429870f0f; ?> <?php unset($__componentOriginal119e2aa9835f28a00c86093429870f0f); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> </div> <!-- END CATEGORY AREA --><?php /**PATH D:\www\edulab\Modules\LMS\resources\themes\lms-education\components\category\top-category-three.blade.php ENDPATH**/ ?>