관리-도구
편집 파일: d2c1ad245ab7c96882a1064945449449.php
<section class="instructor__area-five section-pt-140 section-pb-110"> <div class="container"> <div class="row justify-content-center"> <div class="col-xl-6 col-lg-8"> <div class="section__title text-center mb-45"> <span class="sub-title"><?php echo e(__('Our Instructors')); ?></span> <h2 class="title"><?php echo clean(processText($featuredInstructorSection?->translation?->title)); ?></h2> <p><?php echo clean(processText($featuredInstructorSection?->translation?->sub_title)); ?></p> </div> </div> </div> <div class="row"> <?php $__currentLoopData = $selectedInstructors; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $instructor): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($index < 4): ?> <div class="col-lg-3 col-sm-6"> <div class="instructor__item-four"> <div class="instructor__thumb-four"> <a href="<?php echo e(route('instructor-details', $instructor->id)); ?>"> <img src="<?php echo e(asset($instructor->image)); ?>" alt="img"> </a> </div> <div class="instructor__content-four"> <h2 class="title"><a href="<?php echo e(route('instructor-details', $instructor->id)); ?>"><?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> </section> <?php /**PATH /home/inprosysltd/public_html/skill.inprosysltd.com/resources/views/frontend/home/yoga/sections/instructor-area.blade.php ENDPATH**/ ?>