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

140 lines
9.2 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(); ?>
<!--Services Details Start-->
<section class="services-details">
<div class="container">
<div class="row">
<div class="col-xl-3 col-lg-4">
<div class="services-details__left">
<div class="services-details__services-box">
<ul class="services-details__services-list list-unstyled">
<?php $__currentLoopData = $allTests; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $class): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<li <?php if($class->slug == $page->slug): ?> class="active" <?php endif; ?>>
<a href="<?php echo e(route('test.single', $class->slug)); ?>"><?php echo e($class->title); ?><span
class="icon-right-arrow-1"></span></a>
</li>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</ul>
</div>
<div class="services-details__contact">
<h3 class="services-details__contact-title">Contact us</h3>
<ul class="services-details__contact-list list-unstyled">
<li>
<div class="icon">
<span class="icon-location"></span>
</div>
<p><?php echo e(setting('location')); ?></p>
</li>
<li>
<div class="icon">
<span class="icon-phone-call"></span>
</div>
<p><a href="tel:<?php echo e(setting('phone')); ?>"><?php echo e(setting('phone')); ?></a></p>
</li>
<li>
<div class="icon">
<span class="icon-envelope"></span>
</div>
<p><a href="mailto:<?php echo e(setting('email')); ?>"><?php echo e(setting('email')); ?></a></p>
</li>
<li>
<div class="icon">
<span class="icon-planning"></span>
</div>
<p><?php echo e(setting('working_days')); ?>: <?php echo e(setting('working_hours')); ?></p>
</li>
</ul>
</div>
</div>
</div>
<div class="col-xl-9 col-lg-8">
<div class="services-details__right">
<div class="services-details__img">
<img src="<?php echo e($page->image); ?>" alt="">
</div>
<h3 class="services-details__title-1"><?php echo e($page->short_description); ?></h3>
<p class="services-details__text-1"><?php echo $page->description; ?></p>
<?php if(isset($children[0])): ?>
<div class="services-details__img-and-feature">
<div class="services-details__feature-img">
<img src="<?php echo e($children[0]->image); ?>" alt="">
<div class="services-details__video-link">
<a href="<?php echo e($children[0]->button_url); ?>" class="video-popup">
<div class="services-details__video-icon">
<span class="fa fa-play"></span>
<i class="ripple"></i>
</div>
</a>
</div>
</div>
<div class="services-details__feature">
<h3 class="services-details__feature-title"><?php echo e($children[0]->title); ?></h3>
<p class="services-details__feature-text"><?php echo e($children[0]->short_description); ?></p>
<ul class="services-details__feature-points list-unstyled">
<?php $__currentLoopData = $children[0]->custom; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $feature): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<li>
<div class="icon">
<span class="<?php echo e($feature['symbol']); ?>"></span>
</div>
<div class="content">
<h3><?php echo e($feature['key']); ?></h3>
<p><?php echo e($feature['value']); ?></p>
</div>
</li>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</ul>
</div>
</div>
<?php echo $children[0]->description; ?>
<?php endif; ?>
<?php if(isset($children[1])): ?>
<h3 class="services-details__title-3"><?php echo e($children[1]->title); ?></h3>
<div class="process-four">
<div class="row">
<!--Process Four Single Start-->
<?php $__currentLoopData = $children[1]->custom; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $work): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="col-xl-3">
<div class="process-four__single">
<div class="process-four__shape-1"></div>
<div class="process-four__count"></div>
<h3 class="process-four__title"><?php echo e($work['key']); ?></h3>
<p class="process-four__text"><?php echo e($work['value']); ?></p>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<!--Process Four Single End-->
</div>
</div>
<?php endif; ?>
<?php if(isset($testFAQs)): ?>
<h3 class="services-details__title-4">Frequently asked questions</h3>
<div class="services-details__faq">
<div class="accrodion-grp" data-grp-name="services-details-accrodion">
<?php $__currentLoopData = $testFAQs->faqs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $faq): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="accrodion">
<div class="accrodion-title">
<h4><span>Q<?php echo e($loop->iteration); ?>.</span><?php echo e($faq->title); ?></h4>
</div>
<div class="accrodion-content">
<div class="inner">
<p><?php echo e($faq->description); ?></p>
</div><!-- /.inner -->
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
<?php endif; ?>
</div>
</div>
</div>
</div>
</section>
<!--Services Details End-->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('client.rohini.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\installed\xampp\htdocs\Consultancy-CCMS\resources\views/client/rohini/pages/test-single-template.blade.php ENDPATH**/ ?>