관리-도구
편집 파일: c9edb080399cdc85badc137abb3b6724.php
<section class="choose__area-three section-pb-140"> <div class="container"> <div class="row align-items-center justify-content-center"> <div class="col-lg-6 col-md-10"> <div class="choose__img-three"> <img src="<?php echo e(asset($aboutSection?->global_content?->image)); ?>" alt="img"> <?php if($aboutSection?->global_content?->video_url): ?> <a href="<?php echo e($aboutSection?->global_content?->video_url); ?>" class="play-btn popup-video" aria-label="Watch introductory video"><i class="fas fa-play"></i></a> <?php endif; ?> </div> </div> <div class="col-lg-6"> <div class="choose__content-three"> <div class="section__title mb-15"> <span class="sub-title"><?php echo e($aboutSection?->content?->short_title); ?></span> <h2 class="title bold"><?php echo clean(processText($aboutSection?->content?->title)); ?></h2> </div> <div class=" wsus_content-box"> <?php echo clean(processText($aboutSection?->content?->description)); ?> </div> <?php if($aboutSection?->content?->button_text): ?> <a href="<?php echo e($aboutSection?->global_content?->button_url); ?>" class="btn arrow-btn btn-four"><?php echo e($aboutSection?->content?->button_text); ?> <img src="<?php echo e(asset('frontend/img/icons/right_arrow.svg')); ?>" alt="" class="injectable"></a> <?php endif; ?> </div> </div> </div> </div> </section><?php /**PATH /home/inprosysltd/public_html/skill.inprosysltd.com/resources/views/frontend/home/language/sections/about-area.blade.php ENDPATH**/ ?>