관리-도구
편집 파일: 3edc922c39b1903602ffd3bdbc5afc3d.php
<section class="banner-area-two banner-bg-two tg-motion-effects" data-background="<?php echo e(asset($hero?->global_content?->hero_background)); ?>"> <div class="container banner-area-two-container"> <div class="row justify-content-center"> <div class="col-xl-5 col-lg-6"> <div class="banner__content-two"> <h3 class="title" data-aos="fade-right" data-aos-delay="400"> <?php echo clean(processText($hero?->content?->title)); ?> </h3> <div class="banner__btn-two" data-aos="fade-right" data-aos-delay="600"> <?php if($hero?->content?->action_button_text != null): ?> <a href="<?php echo e($hero?->global_content?->action_button_url); ?>" class="btn arrow-btn"><?php echo e($hero?->content?->action_button_text); ?> <img src="<?php echo e(asset('frontend/img/icons/right_arrow.svg')); ?>" alt="img" class="injectable"></a> <?php endif; ?> <?php if($hero?->content?->video_button_text != null): ?> <a href="<?php echo e($hero?->global_content?->video_button_url); ?>" class="play-btn popup-video" aria-label="<?php echo e($hero?->content?->video_button_text); ?>"><i class="fas fa-play"></i> <?php echo clean(processText($hero?->content?->video_button_text)); ?></a> <?php endif; ?> </div> </div> </div> <div class="col-xl-7 col-lg-6 col-md-8"> <div class="banner__images-two tg-svg"> <img src="<?php echo e(asset($hero?->global_content?->banner_image)); ?>" alt="img" class="main-img"> <div class="shape big-shape" data-aos="fade-up" data-aos-delay="600"> <img src="<?php echo e(asset($hero?->global_content?->banner_background)); ?>" alt="shape" class="injectable tg-motion-effects1"> </div> <span class="svg-icon" id="banner-svg" data-svg-icon="<?php echo e(asset('frontend/img/banner/h2_banner_shape02.svg')); ?>"></span> <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> <div class="banner__student" data-aos="fade-left" data-aos-delay="200"> <div class="icon"> <img src="<?php echo e(asset('frontend/img/banner/h2_banner_icon.svg')); ?>" alt="img" class="injectable"> </div> <div class="content"> <span><?php echo e(__('Total Instructors')); ?></span> <h4 class="title"><?php echo e($hero?->content?->total_instructor); ?></h4> </div> </div> </div> </div> </div> </div> <img src="<?php echo e(asset('frontend/img/banner/h2_banner_shape03.svg')); ?>" alt="shape" class="line-shape-two" data-aos="fade-right" data-aos-delay="1600"> </section><?php /**PATH /home/inprosysltd/public_html/skill.inprosysltd.com/resources/views/frontend/home/online/sections/banner-area.blade.php ENDPATH**/ ?>