관리-도구
편집 파일: 745ce41bf489f386e3ea59cf6078131d.php
<section class="features__area-seven grey-bg-two"> <div class="container"> <div class="features__item-wrap-four"> <div class="row"> <div class="col-xl-3 col-lg-4 col-md-6"> <div class="features__item-six"> <div class="features__icon-six"> <img src="<?php echo e(asset($ourFeatures?->global_content?->image_one)); ?>" alt=""> </div> <div class="features__content-six"> <h4 class="title"><?php echo e($ourFeatures?->content?->title_one); ?></h4> <span><?php echo e($ourFeatures?->content?->sub_title_one); ?></span> </div> </div> </div> <div class="col-xl-3 col-lg-4 col-md-6"> <div class="features__item-six"> <div class="features__icon-six"> <img src="<?php echo e(asset($ourFeatures?->global_content?->image_two)); ?>" alt=""> </div> <div class="features__content-six"> <h4 class="title"><?php echo e($ourFeatures?->content?->title_two); ?></h4> <span><?php echo e($ourFeatures?->content?->sub_title_two); ?></span> </div> </div> </div> <div class="col-xl-3 col-lg-4 col-md-6"> <div class="features__item-six"> <div class="features__icon-six"> <img src="<?php echo e(asset($ourFeatures?->global_content?->image_three)); ?>" alt=""> </div> <div class="features__content-six"> <h4 class="title"><?php echo e($ourFeatures?->content?->title_three); ?></h4> <span><?php echo e($ourFeatures?->content?->sub_title_three); ?></span> </div> </div> </div> <div class="col-xl-3 col-lg-4 col-md-6"> <div class="features__item-six"> <div class="features__icon-six"> <img src="<?php echo e(asset($ourFeatures?->global_content?->image_four)); ?>" alt=""> </div> <div class="features__content-six"> <h4 class="title"><?php echo e($ourFeatures?->content?->title_four); ?></h4> <span><?php echo e($ourFeatures?->content?->sub_title_four); ?></span> </div> </div> </div> </div> </div> </div> </section><?php /**PATH /home/inprosysltd/public_html/skill.inprosysltd.com/resources/views/frontend/home/business/sections/features-area.blade.php ENDPATH**/ ?>