관리-도구
편집 파일: 856858ad1fb14c72b18b78d613b17f1e.php
<section class="banner-area fix banner-bg-seven tg-motion-effects" data-background="<?php echo e(asset($hero?->global_content?->hero_background)); ?>"> <div class="container"> <div class="row align-items-center justify-content-center"> <div class="col-lg-6"> <div class="banner__content-seven"> <h2 class="title"><?php echo clean(processText($hero?->content?->title)); ?></h2> <p><?php echo clean(processText($hero?->content?->sub_title)); ?></p> <div class="slider__search banner__search"> <form action="<?php echo e(route('courses')); ?>" class="slider__search-form"> <input type="text" name="search" placeholder="<?php echo e(__('Search here')); ?> . . ."> <button type="submit"><?php echo e(__('Find Courses')); ?></button> </form> </div> <?php if($sectionSetting?->brands_section): ?> <!-- brand-area --> <div class="banner__brand-wrap"> <div class="swiper-container brand-swiper-active-two"> <div class="swiper-wrapper"> <?php $__currentLoopData = $brands; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $brand): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="swiper-slide"> <div class="brand__item-two"> <a href="<?php echo e($brand?->url); ?>"><img src="<?php echo e(asset($brand?->image)); ?>" alt="<?php echo e($brand?->name); ?>"></a> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> <!-- brand-area-end --> <?php endif; ?> </div> </div> <div class="col-lg-6 col-md-10"> <div class="banner__images-seven"> <img src="<?php echo e(asset($hero?->global_content?->banner_image)); ?>" alt="img" class="main-img"> <div class="big_shape"> <img src="<?php echo e(asset($hero?->global_content?->banner_background_two)); ?>" alt="" class="injectable tg-motion-effects1"> </div> <div class="shape"> <img src="<?php echo e(asset($hero?->global_content?->banner_background)); ?>" alt="" class="rotateme"> </div> <div class="about__enrolled" data-aos="fade-right" data-aos-delay="200"> <p class="title"><span><?php echo e($hero?->content?->total_student); ?></span> <?php echo e(__('Enrolled Students')); ?></p> <img src="<?php echo e(asset($hero?->global_content?->enroll_students_image)); ?>" alt="img"> </div> <?php if($hero?->content?->total_courses): ?> <div class="banner__all-recipe" data-aos="fade-left" data-aos-delay="200"> <h2 class="count"><?php echo e($hero?->content?->total_courses); ?></h2> <span><?php echo e(__('All Recipes')); ?></span> </div> <?php endif; ?> </div> </div> </div> </div> </section> <?php /**PATH /home/inprosysltd/public_html/skill.inprosysltd.com/resources/views/frontend/home/kitchen/sections/banner-area.blade.php ENDPATH**/ ?>