관리-도구
편집 파일: 39c5e27807a77c0d2ff49f9282edfb3f.php
<div class="bg-white pt-16 sm:pt-24 lg:pt-[120px]"> <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"> <?php echo e(translate('Categories')); ?> </div> <h2 class="area-title mt-2"> <?php echo e(translate('Our Top Categories')); ?> </h2> </div> </div> <!-- BODY --> <div class="grid grid-cols-12 gap-4 xl:gap-7 mt-10 lg:mt-[60px]"> <?php $__currentLoopData = $categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if (isset($component)) { $__componentOriginal624774e0efd4fda46badeabf0a2e1aad = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal624774e0efd4fda46badeabf0a2e1aad = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::cards.category.card-two','data' => ['category' => $category]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::cards.category.card-two'); ?> <?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($__attributesOriginal624774e0efd4fda46badeabf0a2e1aad)): ?> <?php $attributes = $__attributesOriginal624774e0efd4fda46badeabf0a2e1aad; ?> <?php unset($__attributesOriginal624774e0efd4fda46badeabf0a2e1aad); ?> <?php endif; ?> <?php if (isset($__componentOriginal624774e0efd4fda46badeabf0a2e1aad)): ?> <?php $component = $__componentOriginal624774e0efd4fda46badeabf0a2e1aad; ?> <?php unset($__componentOriginal624774e0efd4fda46badeabf0a2e1aad); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div><?php /**PATH D:\www\edulab\Modules\LMS\resources\themes\elearning-education\components\category\top-category.blade.php ENDPATH**/ ?>