first
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
<?php if($page->children->count() > 3): ?>
|
||||
<?php
|
||||
$study = $page->children[3];
|
||||
?>
|
||||
<!--Brand One Start-->
|
||||
<section class="brand-one">
|
||||
<div class="container">
|
||||
<div class="brand-one__text-box count-box">
|
||||
<h3 class="text-center "><?php echo implode(' ', array_slice(explode(' ', $study->title), 0, 4)) .'<br>' .implode(' ', array_slice(explode(' ', $study->title), 4)); ?></h3>
|
||||
</div>
|
||||
<div class="brand-one__carousel thm-owl__carousel owl-theme owl-carousel" data-owl-options='{
|
||||
"items": 3,
|
||||
"margin": 10,
|
||||
"smartSpeed": 700,
|
||||
"loop":true,
|
||||
"autoplay":true,
|
||||
"nav":false,
|
||||
"dots":false,
|
||||
"navText": ["<span class=\"fa fa-angle-left\"></span>","<span class=\"fa fa-angle-right\"></span>"],
|
||||
"responsive":{
|
||||
"0":{
|
||||
"items":2
|
||||
},
|
||||
"768":{
|
||||
"items":3
|
||||
},
|
||||
"992":{
|
||||
"items": 5
|
||||
}
|
||||
}
|
||||
}'>
|
||||
<!--Brand One Single Start-->
|
||||
<?php $__currentLoopData = $study->images; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $photo): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
|
||||
<div class="item">
|
||||
<div class="brand-one__single">
|
||||
<div class="brand-one__img"> <img class="uni-logo" src="<?php echo e($photo); ?>" alt="" > </div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||||
<!--Brand One Single End-->
|
||||
<!--Brand One Single Start-->
|
||||
|
||||
<!--Brand One Single End-->
|
||||
<!--Brand One Single Start-->
|
||||
|
||||
<!--Brand One Single End-->
|
||||
<!--Brand One Single Start-->
|
||||
|
||||
<!--Brand One Single End-->
|
||||
<!--Brand One Single Start-->
|
||||
|
||||
<!--Brand One Single End-->
|
||||
</div>
|
||||
<!-- If we need navigation buttons -->
|
||||
</div>
|
||||
</section>
|
||||
<!--Brand One End-->
|
||||
<?php endif; ?>
|
||||
<?php /**PATH D:\installed\xampp\htdocs\bib\Consultancy-CCMS\resources\views/client/rohini/pages/partials/university.blade.php ENDPATH**/ ?>
|
||||
Reference in New Issue
Block a user