38 lines
2.2 KiB
PHP
38 lines
2.2 KiB
PHP
<?php if($page->children->count() > 6): ?>
|
|
<?php
|
|
$test = $page->children[6];
|
|
?>
|
|
<section class="feature-one section-pd">
|
|
<div class="container">
|
|
|
|
<div class="section-title text-center">
|
|
<div class="section-title__tagline-box"> <span class="section-title__tagline"><?php echo e($test->title); ?></span> </div>
|
|
<h2 class="section-title__title"><?php echo implode(' ', array_slice(explode(' ', $test->short_description), 0, 3)) .'<br>' .implode(' ', array_slice(explode(' ', $test->short_description), 3)); ?></h2>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="feature-one__inner">
|
|
<div class="row">
|
|
<!--Feature One Single Start-->
|
|
<?php $__currentLoopData = $classes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $class): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
|
<div class="col-xl-4 col-lg-4 wow fadeInLeft animated" data-wow-delay="100ms" style="visibility: visible; animation-delay: 100ms; animation-name: fadeInLeft;">
|
|
<div class="feature-one__single">
|
|
<div class="feature-one__shape-1" style="background-image: url('rohini/assets/images/shapes/feature-one-shape-1.png');"></div>
|
|
<div class="feature-one__shape-2" style="background-image: url('rohini/assets/images/shapes/feature-one-shape-2.png');"></div>
|
|
<div class="feature-one__icon"> <span class="<?php echo e($class->icon_class); ?>"></span> </div>
|
|
<div class="feature-one__content">
|
|
<h3 class="feature-one__title"><a href="<?php echo e(route('test.single', $class->slug)); ?>"><?php echo e($class->title); ?></a></h3>
|
|
<a href="<?php echo e(route('test.single', $class->slug)); ?>" class="feature-one__read-more"><span class="icon-right-arrow"></span>Read More</a> </div>
|
|
</div>
|
|
</div>
|
|
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
|
<!--Feature One Single End-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<?php endif; ?>
|
|
|
|
|
|
<?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\resources\views/client/rohini/pages/partials/class.blade.php ENDPATH**/ ?>
|