83 lines
3.7 KiB
PHP
83 lines
3.7 KiB
PHP
<?php $__env->startSection('content'); ?>
|
|
<?php echo $__env->make('client.rohini.pages.partials.breadcrumb', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
|
|
|
<!--About One Start -->
|
|
<section class="about-one section-pd">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-xl-6">
|
|
<div class="about-one__left wow slideInLeft" data-wow-delay="100ms" data-wow-duration="2500ms">
|
|
<div class="row">
|
|
<div class="col-xl-6 col-lg-6 col-md-6">
|
|
<div class="about-one__img-box">
|
|
<?php $__currentLoopData = $page->images; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $photo): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
|
<div class="about-one__img-<?php echo e($loop->iteration); ?>"> <img src="<?php echo e($photo); ?>" alt=""> </div>
|
|
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
|
</div>
|
|
</div>
|
|
<div class="col-xl-6 col-lg-6 col-md-6">
|
|
<div class="about-one__img-box-two">
|
|
<div class="about-one__img-3"> <img src="<?php echo e($page->image); ?>" alt=""> </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-xl-6">
|
|
<div class="about-one__right">
|
|
<div class="section-title text-left">
|
|
<div class="section-title__tagline-box"> <span class="section-title__tagline"><?php echo e($page->title); ?></span> </div>
|
|
<h2 class="section-title__title"><?php echo implode(' ', array_slice(explode(' ', $page->short_description), 0, 3)) .'<br>' .implode(' ', array_slice(explode(' ', $page->short_description), 3)); ?>
|
|
|
|
</h2>
|
|
</div>
|
|
<P class="about-one__text"><?php echo $page->description; ?></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!--About One End -->
|
|
<?php if($page->children->count() > 0): ?>
|
|
<?php
|
|
$mv = $page->children[0];
|
|
?>
|
|
|
|
<!--Background Image-->
|
|
<section class="section-background"> </section>
|
|
<!--Background Image End-->
|
|
|
|
|
|
<!--Mission-->
|
|
<section class="services-two" >
|
|
<div class="services-two__bg" style="background-image: url('<?php echo e($mv->image); ?>');"> </div>
|
|
<div class="container">
|
|
|
|
<?php $__currentLoopData = $page->children; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $child): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
|
<div class="row"style="margin-bottom:50px;">
|
|
<div class="col-xl-8">
|
|
<div class="services-two__left">
|
|
<div class="services-two__left-top">
|
|
<div class="section-title-two text-left">
|
|
<div class="section-title-two__tagline-box">
|
|
<p class="section-title__tagline" style="font-weight: bold; color:red; font-size:25px;"><?php echo e($child->title); ?></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row" style="width: 70%">
|
|
<h2 class="small-title"><?php echo e($child->short_description); ?></h2>
|
|
<?php echo $child->description; ?>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
|
</div>
|
|
</section>
|
|
<!--Mission End-->
|
|
<?php endif; ?>
|
|
<?php $__env->stopSection(); ?>
|
|
|
|
<?php echo $__env->make('client.rohini.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\resources\views/client/rohini/pages/about-template.blade.php ENDPATH**/ ?>
|