Viewing file: b70ac73acc1f4569b3b450648767132e81f27528.php (4.05 KB) -rwxrwxrwx Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?> Features <?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?> <div class="container container-margin-top"> <div class="page-banner"> <div class="row justify-content-center align-items-center h-100"> <div class="col-md-6"> <nav aria-label="Breadcrumb"> <ul class="breadcrumb justify-content-center py-0 bg-transparent"> <li class="breadcrumb-item"><a href="<?php echo e(route('front.index')); ?>">Home</a></li> <li class="breadcrumb-item active">Features</li> </ul> </nav> <h1 class="text-center">Features</h1> </div> </div> </div> </div> <main> <div class="page-section"> <div class="container"> <div class="row"> <div class="col-lg-6 py-3"> <h2 class="title-section"><?php echo e(isset($template->sec_seven_title)?$template->sec_seven_title:''); ?></h2> <div class="divider"></div> <p class="mb-5"><?php echo e(isset($template->sec_seven_description)?$template->sec_seven_description:''); ?></p> </div> <div class="col-lg-6 py-3"> <div class="img-place text-center"> <?php if(isset($template->sec_seven_bg_image_file) && $template->sec_seven_bg_image_file): ?> <img src="<?php echo e(asset('uploads/'.$template->sec_seven_bg_image_file)); ?>" class="img-fluid" alt=""> <?php endif; ?> </div> </div> </div> </div> <!-- .container --> </div> <!-- .page-section -->
<div class="page-section"> <div class="container"> <div class="text-center"> <h2 class="title-section"><?php echo e(isset($template->main_title)?$template->main_title:''); ?></h2> <div class="divider mx-auto"></div> </div>
<div class="row mt-5 text-center"> <?php if(isset($template->sec_four_description) && isset($template->sec_four_title )): ?> <?php $__currentLoopData = $template->sec_four_description; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$secFourDescription): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $__currentLoopData = $template->sec_four_title; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $keyOne=>$secFourtitle): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($key == $keyOne && $secFourDescription && $secFourtitle): ?> <div class="col-lg-4 py-3"> <div class="display-3"><span class="mai-list-circle-outline"></span></div> <h5><?php echo e($secFourtitle); ?></h5> <p><?php echo e($secFourDescription); ?></p> </div> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </div> </div> <!-- .container --> </div> <!-- .page-section --> </main> <?php $__env->stopSection(); ?>
<?php $__env->startSection('extra-scripts'); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.front', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/picotech/domains/test.gateway.picotech.app/public_html/resources/views/front/features.blade.php ENDPATH**/ ?>
|