| Server IP : 3.138.164.131 / Your IP : 216.73.216.136 Web Server : Apache System : Linux ns1.techtime.me 4.18.0-147.8.1.el8.lve.1.x86_64 #1 SMP Mon Jun 29 09:55:57 EDT 2020 x86_64 User : injazaat ( 1471) PHP Version : 8.1.20 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/injazaat/public_html/storage/framework/views/ |
Upload File : |
<?php $__env->startSection('contant'); ?>
<!-- Banner -->
<div class="banner-area-three owl-slider-area" >
<div class="banner-shape-three">
<img src="<?php echo e(asset("assets/images/banner/banner-bg1.png")); ?>" style="top:350px" alt="Shape">
</div>
<div class="banner-slider owl-theme owl-carousel" >
<?php $__currentLoopData = \App\Models\Banners::all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="banner-slider-item " style="background-image: url(<?php echo e($item->picture); ?>); " >
<div class="d-table">
<div class="d-table-cell">
<div class="container">
</div>
</div>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
<!-- End Banner -->
<!-- Offer -->
<section class="offer-area ptb-100" >
<!--<div class="offer-shape">-->
<!-- <img src="assets/images/offer/offer-shape1.png" alt="Shape">-->
<!--</div>-->
<div class="container">
<div class="section-title">
<h2><?php echo \App\Models\Settings::where('id', 6)->first()->value; ?>
</h2>
</div>
<div class="offer-slider owl-theme owl-carousel">
<?php $__currentLoopData = \App\Models\Service::latest()->get(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="offer-item">
<img src="<?php echo e($item->picture); ?>" alt="Offer">
<div class="inner">
<div class="d-table">
<div class="d-table-cell">
<h4><?php echo e($item->title); ?></h4>
<a href="<?php echo e(route('service-details',$item->id)); ?>">View</a>
</div>
</div>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
<!-- Best -->
<div class="best-area pt-100 pb-70" >
<div class="best-shape">
<img src="assets/images/skin-shape3.png" alt="Shape">
</div>
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="best-img" >
<img src="assets/images/best/best2.jpg" alt="Best">
<!-- <img src="assets/images/best/best-bg.png" alt="Shape"> -->
</div>
</div>
<div class="col-lg-6">
<div class="faq-item">
<div class="section-title">
<h2><?php echo \App\Models\Settings::where('id', 7)->first()->value; ?></h2>
<p><?php echo \App\Models\Settings::where('id', 12)->first()->value; ?></p>
</div>
<ul class="accordion">
<li>
<h3 class="faq-head"><?php echo \App\Models\Settings::where('id', 8)->first()->value; ?></h3>
<div class="faq-content">
<p><?php echo \App\Models\Settings::where('id', 10)->first()->value; ?> </p>
</div>
</li>
<li>
<h3 class="faq-head"><?php echo \App\Models\Settings::where('id', 9)->first()->value; ?></h3>
<div class="faq-content">
<p><?php echo \App\Models\Settings::where('id', 11)->first()->value; ?></p>
</div>
</li>
</ul>
<a class="common-btn" href="/about">Know More About Us</a>
</div>
</div>
</div>
</div>
</div>
<!-- End Best -->
</section>
<!-- End Offer -->
<!-- Video -->
<!-- <div class="video-area">-->
<!-- <div class="video-shape">-->
<!-- <img src="assets/images/video-shape1.png" alt="Shape">-->
<!-- </div>-->
<!-- <div class="d-table">-->
<!-- <div class="d-table-cell">-->
<!-- <div class="container-fluid p-0">-->
<!-- <div class="video-item">-->
<!-- <div class="video-wrap">-->
<!-- <button class="js-modal-btn" data-video-id="OZYgGUvUf0E">-->
<!-- <i class='bx bx-play'></i>-->
<!-- </button>-->
<!-- </div>-->
<!-- <h3>Watch How We Work</h3>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!--</div>-->
<!-- End Video -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\Users\Alhassan_Reyadh\OneDrive\Desktop\rosoleen_live\resources\views/index.blade.php ENDPATH**/ ?>