관리-도구
편집 파일: 021b83caab9172ea0c17b2aa4a24a7a4.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 md:col-span-7 xl:col-span-6 lg:pr-20 rtl:lg:pr-0 rtl:lg:pl-20"> <div class="area-subtitle"> <?php echo e(translate('Our Instructors')); ?> </div> <h2 class="area-title mt-2"> <?php echo e(translate('Meet Our Most Talented Team Member')); ?> </h2> </div> <div class="col-span-full md:col-span-5 xl:col-span-6 md:justify-self-end"> <a href="<?php echo e(route('instructor.list')); ?>" aria-label="See all Teachers" class="btn b-outline btn-primary-outline btn-xl !rounded-none font-bold"> <?php echo e(translate('See all Teachers')); ?> </a> </div> </div> <!-- BODY --> <div class="swiper instructor-slider-two mt-[60px]"> <div class="swiper-wrapper !ease-linear"> <!-- SINGLE INSTRUCTOR --> <?php $__currentLoopData = $instructors; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $instructor): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if (isset($component)) { $__componentOriginal1ac14e9551f9e82d30d6ad4380cb95e8 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal1ac14e9551f9e82d30d6ad4380cb95e8 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::cards.instructor.card-two','data' => ['instructor' => $instructor]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::cards.instructor.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(['instructor' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($instructor)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal1ac14e9551f9e82d30d6ad4380cb95e8)): ?> <?php $attributes = $__attributesOriginal1ac14e9551f9e82d30d6ad4380cb95e8; ?> <?php unset($__attributesOriginal1ac14e9551f9e82d30d6ad4380cb95e8); ?> <?php endif; ?> <?php if (isset($__componentOriginal1ac14e9551f9e82d30d6ad4380cb95e8)): ?> <?php $component = $__componentOriginal1ac14e9551f9e82d30d6ad4380cb95e8; ?> <?php unset($__componentOriginal1ac14e9551f9e82d30d6ad4380cb95e8); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> <?php /**PATH D:\www\edulab\Modules\LMS\resources\themes\elearning-education\components\instructor\top-instructor-two.blade.php ENDPATH**/ ?>