관리-도구
편집 파일: ceaa723f682f90b6e971f47a829a4092.php
<?php $instructors = $instructors ?? []; ?> <div class="relative py-16 sm:py-24 lg:py-[120px] bg-gradient-to-b from-[#FEFBF0] to-[#E6F3EB] mt-16 sm:mt-24 lg:mt-[120px]"> <div class="container relative z-[1]"> <!-- HEADER --> <div class="grid grid-cols-12 gap-4 items-center"> <div class="col-span-full md:col-span-6 lg:pr-20"> <h2 class="area-title"> <?php echo e(translate( 'Meet Our Top Creative' )); ?> <span class="title-highlight-two"><?php echo e(translate( 'School Instructors' )); ?></span> </h2> </div> <div class="col-span-full md:col-span-6 md:justify-self-end"> <a href="<?php echo e(route('instructor.list')); ?>" aria-label="See All Teacher" class="btn b-solid btn-primary-solid btn-lg !text-base !px-8 !rounded-full font-bold"> <?php echo e(translate( 'See All Teacher' )); ?> </a> </div> </div> <!-- BODY --> <?php if( count( $instructors ) > 0 ): ?> <div class="swiper instructor-slider mt-10 lg:mt-[60px]"> <div class="swiper-wrapper"> <!-- SINGLE INSTRUCTOR CARD --> <?php $__currentLoopData = $instructors; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $instructor): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if (isset($component)) { $__componentOriginalb7e9717a279954c5269702c8ace15532 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalb7e9717a279954c5269702c8ace15532 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::cards.instructor.card-five','data' => ['instructor' => $instructor]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::cards.instructor.card-five'); ?> <?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(['instructor' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($instructor)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalb7e9717a279954c5269702c8ace15532)): ?> <?php $attributes = $__attributesOriginalb7e9717a279954c5269702c8ace15532; ?> <?php unset($__attributesOriginalb7e9717a279954c5269702c8ace15532); ?> <?php endif; ?> <?php if (isset($__componentOriginalb7e9717a279954c5269702c8ace15532)): ?> <?php $component = $__componentOriginalb7e9717a279954c5269702c8ace15532; ?> <?php unset($__componentOriginalb7e9717a279954c5269702c8ace15532); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <?php endif; ?> </div> </div><?php /**PATH D:\www\edulab\Modules\LMS\resources\themes\kindergarten\components\instructor\top.blade.php ENDPATH**/ ?>