관리-도구
편집 파일: 1484844aa2187f3ea0e8af96063bd24e.php
<section class="instructor__area-six section-pb-110"> <div class="container"> <div class="row justify-content-center"> <div class="col-xl-5 col-lg-7"> <div class="section__title text-center mb-50"> <span class="sub-title"><?php echo e(__('Our Teacher')); ?></span> <h2 class="title"><?php echo clean(processText($featuredInstructorSection?->translation?->title)); ?></h2> </div> </div> </div> <div class="row justify-content-center"> <?php $__currentLoopData = $selectedInstructors; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $instructor): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($index < 4): ?> <div class="col-xl-3 col-lg-4 col-sm-6"> <div class="instructor__item-five"> <div class="instructor__thumb-five"> <a href="<?php echo e(route('instructor-details', $instructor->id)); ?>"><img src="<?php echo e(asset($instructor->image)); ?>" alt="<?php echo e($instructor->name); ?>"></a> <div class="instructor__social-two"> <ul class="list-wrap"> <?php if($instructor->facebook): ?> <li><a href="<?php echo e($instructor->facebook); ?>" aria-label="Facebook"><i class="fab fa-facebook-f"></i></a></li> <?php endif; ?> <?php if($instructor->twitter): ?> <li><a href="<?php echo e($instructor->twitter); ?>" aria-label="Twitter"><i class="fab fa-twitter"></i></a></li> <?php endif; ?> <?php if($instructor->linkedin): ?> <li><a href="<?php echo e($instructor->linkedin); ?>" aria-label="Linkedin"><i class="fab fa-linkedin"></i></a></li> <?php endif; ?> <?php if($instructor->github): ?> <li><a href="<?php echo e($instructor->github); ?>" aria-label="Github"><i class="fab fa-github"></i></a></li> <?php endif; ?> </ul> </div> </div> <div class="instructor__content-five"> <h2 class="title"><a href="<?php echo e(route('instructor-details', $instructor->id)); ?>l"><?php echo e($instructor->name); ?></a> </h2> <span><?php echo e($instructor->job_title); ?></span> </div> </div> </div> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <div class="instructor__shape-two"> <img src="<?php echo e(asset('frontend/img/instructor/h5_instructor_img_shape01.svg')); ?>" alt="shape" class="rotateme"> <img src="<?php echo e(asset('frontend/img/instructor/h5_instructor_img_shape02.svg')); ?>" alt="shape" class="alltuchtopdown"> </div> </section> <?php /**PATH /home/inprosysltd/public_html/skill.inprosysltd.com/resources/views/frontend/home/kindergarten/sections/instructor-area.blade.php ENDPATH**/ ?>