관리-도구
편집 파일: a3b7c8f2d23d6f82f6268beee76b89f6.php
<section class="banner-area banner-bg tg-motion-effects" style="background-image: url(<?php echo e(asset($hero?->global_content?->hero_background)); ?>);"> <div class="container"> <div class="row justify-content-between align-items-start"> <div class="col-xl-5 col-lg-6"> <div class="banner__content"> <h3 class="title tg-svg" data-aos="fade-right" data-aos-delay="400"> <?php echo clean(processText($hero?->content?->title)); ?> </h3> <p data-aos="fade-right" data-aos-delay="600"><?php echo clean(processText($hero?->content?->sub_title)); ?></p> <div class="banner__btn-two aos-init aos-animate mt-4" 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-lg-6"> <div class="banner__images"> <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-right" data-aos-delay="600"> <img src="<?php echo e(asset($hero?->global_content?->banner_background)); ?>" alt="shape" class="tg-motion-effects1"> </div> <img src="<?php echo e(asset('frontend/img/banner/bg_dots.svg')); ?>" alt="shape" class="shape bg-dots rotateme"> <img src="<?php echo e(asset('frontend/img/banner/banner_shape02.png')); ?>" alt="shape" class="shape small-shape tg-motion-effects3"> <div class="about__enrolled students aos-init aos-animate" 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 instructor aos-init aos-animate" 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 class="banner__author"> <img src="<?php echo e(asset('frontend/img/banner/banner_shape02.svg')); ?>" alt="shape" class="arrow-shape tg-motion-effects3"> </div> </div> </div> </div> </div> <img src="<?php echo e(asset('frontend/img/banner/banner_shape01.svg')); ?>" alt="shape" class="line-shape" data-aos="fade-right" data-aos-delay="1600"> </section> <?php /**PATH /home/inprosysltd/public_html/skill.inprosysltd.com/resources/views/frontend/home/main/sections/banner-area.blade.php ENDPATH**/ ?>