관리-도구
편집 파일: 3257dc8df587c73d76b5cbc692efe1dd.php
<section class="features__area"> <div class="container"> <div class="row justify-content-center"> <div class="col-xl-6"> <div class="section__title white-title text-center mb-50"> <span class="sub-title"><?php echo e(__('How We Start Journey')); ?></span> <h2 class="title"><?php echo e(__('Start your Learning Journey Today!')); ?></h2> <p><?php echo e(__('Discover a World of Knowledge and Skills at Your Fingertips – Unlock Your Potential and Achieve Your Dreams with Our Comprehensive Learning Resources!')); ?></p> </div> </div> </div> <div class="row justify-content-center"> <div class="col-xl-3 col-lg-4 col-md-6"> <div class="features__item"> <div class="features__icon"> <img src="<?php echo e(asset($ourFeatures?->global_content?->image_one)); ?>" alt="img"> </div> <div class="features__content"> <p class="title lh-base"><?php echo e($ourFeatures?->content?->title_one); ?></p> <p><?php echo e($ourFeatures?->content?->sub_title_one); ?></p> </div> </div> </div> <div class="col-xl-3 col-lg-4 col-md-6"> <div class="features__item"> <div class="features__icon"> <img src="<?php echo e(asset($ourFeatures?->global_content?->image_two)); ?>" alt="img"> </div> <div class="features__content"> <p class="title lh-base"><?php echo e($ourFeatures?->content?->title_two); ?></p> <p><?php echo e($ourFeatures?->content?->sub_title_two); ?></p> </div> </div> </div> <div class="col-xl-3 col-lg-4 col-md-6"> <div class="features__item"> <div class="features__icon"> <img src="<?php echo e(asset($ourFeatures?->global_content?->image_three)); ?>" alt="img"> </div> <div class="features__content"> <p class="title lh-base"><?php echo e($ourFeatures?->content?->title_three); ?></p> <p><?php echo e($ourFeatures?->content?->sub_title_three); ?></p> </div> </div> </div> <div class="col-xl-3 col-lg-4 col-md-6"> <div class="features__item"> <div class="features__icon"> <img src="<?php echo e(asset($ourFeatures?->global_content?->image_four)); ?>" alt="img"> </div> <div class="features__content"> <p class="title lh-base"><?php echo e($ourFeatures?->content?->title_four); ?></p> <p><?php echo e($ourFeatures?->content?->sub_title_four); ?></p> </div> </div> </div> </div> </div> </section><?php /**PATH /home/inprosys/public_html/skill.inprosys.in/resources/views/frontend/home/main/sections/features-area.blade.php ENDPATH**/ ?>