Files
rohini-web/storage2/framework/views/7e9077c554b8d4a3f5294fc68458ecae.php
2025-12-28 12:16:05 +05:45

101 lines
5.1 KiB
PHP

<?php if($page->children->count() > 1): ?>
<?php
$servicepage = $page->children[1];
?>
<!--Services One Start -->
<section class="services-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($servicepage->title); ?></span>
</div>
<h2 class="section-title__title"><?php echo implode(' ', array_slice(explode(' ', $servicepage->short_description), 0, 4)) .
'<br>' .
implode(' ', array_slice(explode(' ', $servicepage->short_description), 4)); ?>
</h2>
</div>
<div class="services-one__inner">
<div class="owl-carousel thm-owl__carousel--range owl-theme services-one__carousel"
data-owl-options='{"loop": false,
"nav": true,
"autoWidth": true,
"navText": ["<span class=\"icon-prev\"></span>","<span class=\"icon-next\"></span>"],
"dots": false,
"margin": 10,
"items": 1,
"smartSpeed": 700,
"responsive": {
"0": {
"margin": 30,
"items": 1,
"autoWidth": false
},
"768": {
"margin": 30,
"items": 2,
"autoWidth": false
},
"992": {
"margin": 30,
"items": 2
},
"1200": {
"margin": 30,
"items": 3
}
}}'>
<!--Services One Single Start-->
<?php $__currentLoopData = $services; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $service): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="item">
<div class="services-one__single">
<div class="services-one__img-box">
<div class="services-one__img"> <img class="service1-img"
src="<?php echo e($service->image); ?>" alt=""> </div>
</div>
<div class="services-one__content">
<div class="services-one__icon"> <span class="<?php echo e($service->icon_class); ?>"></span>
</div>
<h3 class="services-one__title"><a
href="<?php echo e(route('service.single', $service->slug)); ?>"><?php echo e($service->title); ?></a>
</h3>
<div class="services-one__hover-content">
<h3 class="services-one__hover-title"><a
href="<?php echo e(route('service.single', $service->slug)); ?>"><?php echo e($service->title); ?></a>
</h3>
<p class="services-one__hover-text"><?php echo e($service->short_description); ?></p>
<a href="<?php echo e(route('service.single', $service->slug)); ?>"
class="services-one__btn"><span class="icon-right-arrow-11"></span>Read
More</a>
</div>
</div>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<!--Services One Single End-->
<!--Services One Single Start-->
<!--Services One Single End-->
<!--Services One Single Start-->
<!--Services One Single End-->
<!--Services One Single Start-->
<!--Services One Single End-->
<!--Services One Single Start-->
<!--Services One Single End-->
<!--Services One Single Start-->
<!--Services One Single End-->
</div>
<div class="thm-owl__carousel--range__input">
<input type="text" value="" name="range">
</div>
</div>
</div>
</section>
<!--Services One End -->
<?php endif; ?>
<?php /**PATH /home/rohiniedu/public_html/resources/views/client/rohini/pages/partials/service.blade.php ENDPATH**/ ?>