87 lines
4.6 KiB
PHP
87 lines
4.6 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="why-choose-one section-bg section-pd">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-xl-6">
|
|
<?php $__currentLoopData = $page->children; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $child): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
|
<div class="services-two__left">
|
|
<div class="section-title text-left">
|
|
<div class="section-title__tagline-box"> <span
|
|
class="section-title__tagline "><?php echo e($child->title); ?></span> </div>
|
|
<h2 class="small-title"><?php echo e($child->short_description); ?></h2>
|
|
</div>
|
|
<?php echo $child->description; ?>
|
|
|
|
</div>
|
|
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
|
</div>
|
|
<div class="col-xl-6">
|
|
<div class="why-choose-one__right">
|
|
<div class="why-choose-one__img wow slideInRight" data-wow-delay="100ms"
|
|
data-wow-duration="2500ms"> <img src="<?php echo e($mv->image); ?>" alt=""> </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</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 /home/rohiniedu/public_html/resources/views/client/rohini/pages/about-template.blade.php ENDPATH**/ ?>
|