Domain: amberpublishers.in
Server Adress: 86.38.243.169
privdayz.com
<?php $__env->startSection('title', $service->serviceName); ?>
<?php if (isset($component)) { $__componentOriginal71c6471fa76ce19017edc287b6f4508c = $component; } ?>
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.layout','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('layout'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<!-- Start main-content -->
<section class="page-title" style="background-image: url(<?php echo e(asset('assets/images/services/pictures/'. $service->serviceImage)); ?>);">
<div class="auto-container">
<div class="title-outer">
<h1 class="title">
<?php echo e($service->serviceName); ?>
</h1>
<ul class="page-breadcrumb">
<li><a href="/">Home</a></li>
<li><a href="/services">Services</a></li>
<li>
<?php echo e($service->serviceName); ?>
</li>
</ul>
</div>
</div>
</section>
<!--Start Services Details-->
<section class="services-details">
<div class="container">
<div class="row">
<!--Start Services Details Sidebar-->
<div class="col-xl-4 col-lg-4">
<div class="service-sidebar">
<!--Start Services Details Sidebar Single-->
<div class="sidebar-widget service-sidebar-single">
<!-- services-sidebar -->
<?php if (isset($component)) { $__componentOriginal71c6471fa76ce19017edc287b6f4508c = $component; } ?>
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.services-sidebar','data' => ['services' => $services]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('services-sidebar'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes(['services' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($services)]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal71c6471fa76ce19017edc287b6f4508c)): ?>
<?php $component = $__componentOriginal71c6471fa76ce19017edc287b6f4508c; ?>
<?php unset($__componentOriginal71c6471fa76ce19017edc287b6f4508c); ?>
<?php endif; ?>
</div>
<!--End Services Details Sidebar-->
</div>
</div>
<!--Start Services Details Content-->
<div class="col-xl-8 col-lg-8">
<div class="services-details__content">
<img src="<?php echo e(asset('assets/images/services/pictures/'. $service->serviceImage)); ?>" alt="<?php echo e($service->serviceName); ?>" />
<h3 class="mt-4">
<?php echo e($service->serviceName); ?>
</h3>
<p>
<!-- get service description from database, and display it here such that the <br> and<b> tags are rendered -->
<?php echo $service->serviceDesc; ?>
</p>
<div class="content mt-40">
<div class="service-details-help">
<div class="help-shape-1"></div>
<div class="help-shape-2"></div>
<h2 class="help-title">Connect with us for any<br><?php echo e($service->serviceName); ?> related queries</h2>
<div class="help-icon">
<span class="lnr-icon-phone-handset"></span>
</div>
<div class="help-contact">
<p>Need help? Talk to an expert</p>
<a href="tel:+91-8090114114">+91-8090114114</a>
</div>
</div>
</div>
</div>
</div>
<!--End Services Details Content-->
</div>
</div>
</section>
<!--End Services Details-->
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal71c6471fa76ce19017edc287b6f4508c)): ?>
<?php $component = $__componentOriginal71c6471fa76ce19017edc287b6f4508c; ?>
<?php unset($__componentOriginal71c6471fa76ce19017edc287b6f4508c); ?>
<?php endif; ?><?php /**PATH /home/u866425823/domains/sibintech.com/public_html/resources/views/pages/service-details.blade.php ENDPATH**/ ?>
