관리-도구
편집 파일: 3a56b5eca04f29279dfb8636343a936e.php
<!-- START INSTRUCTOR AREA --> <div class="py-16 sm:py-24 lg:py-[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 subtitle-outline style-two text-sm uppercase"> <?php echo e(translate('Team Member')); ?> </div> <h2 class="area-title mt-2"> <?php echo e(translate('Our Leadership Team')); ?> </h2> </div> </div> <!-- BODY --> <div class="grid grid-cols-12 gap-x-4 xl:gap-x-7 gap-y-7 mt-10 lg:mt-[60px]"> <?php if(!empty($instructors)): ?> <?php $__currentLoopData = $instructors->take(2); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $instructor): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if (isset($component)) { $__componentOriginald6cef7ad69be6a12dbc4426b82cefc02 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginald6cef7ad69be6a12dbc4426b82cefc02 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::cards.instructor.card-three','data' => ['instructor' => $instructor]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::cards.instructor.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(['instructor' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($instructor)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginald6cef7ad69be6a12dbc4426b82cefc02)): ?> <?php $attributes = $__attributesOriginald6cef7ad69be6a12dbc4426b82cefc02; ?> <?php unset($__attributesOriginald6cef7ad69be6a12dbc4426b82cefc02); ?> <?php endif; ?> <?php if (isset($__componentOriginald6cef7ad69be6a12dbc4426b82cefc02)): ?> <?php $component = $__componentOriginald6cef7ad69be6a12dbc4426b82cefc02; ?> <?php unset($__componentOriginald6cef7ad69be6a12dbc4426b82cefc02); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </div> <!-- ALL INSTRUCTOR LINK --> <div class="flex-center mt-10 lg:mt-[60px]"> <a href=" <?php echo e(route('instructor.list')); ?> " class="btn b-outline btn-primary-outline btn-xl font-bold" aria-label="View All Instructors" > <?php echo e(translate('View All Instructors')); ?> </a> </div> </div> </div> <!-- END INSTRUCTOR AREA --><?php /**PATH D:\www\edulab\Modules\LMS\resources\themes\lms-education\components\instructor\top-instructor-three.blade.php ENDPATH**/ ?>