| 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'); ?>
<!-- INNER PAGE BANNER -->
<div class="wt-bnr-inr overlay-wraper bg-center" style="background-image:url(<?php echo e(asset('assets/images/background/bg-banner.jpg')); ?>);">
<div class="overlay-main site-bg-secondry opacity-07"></div>
<div class="container">
<div class="wt-bnr-inr-entry">
<div class="banner-title-outer">
<div class="banner-title-name">
<h2 class="site-text-primary"><?php echo e(\App\Models\Settings::where('id', 72)->first()->value_ar); ?></h2>
</div>
</div>
<!-- BREADCRUMB ROW -->
<div>
<ul class="wt-breadcrumb breadcrumb-style-2">
<li><a href="<?php echo e(route('home')); ?>"><?php echo e(\App\Models\Settings::where('id', 62)->first()->value_ar); ?></a></li>
<li><?php echo e(\App\Models\Settings::where('id', 72)->first()->value_ar); ?> </li>
</ul>
</div>
<!-- BREADCRUMB ROW END -->
</div>
</div>
</div>
<!-- INNER PAGE BANNER END -->
<!-- ALL SERVICES START -->
<div class="section-full p-t80 p-b40 bg-no-repeat bg-bottom-right bg-cover" style="background-image:url(<?php echo e(asset('assets/images/background/bg-7.jpg')); ?>);">
<div class="container">
<div class="section-content">
<!-- TITLE START-->
<div class="section-head center wt-small-separator-outer text-center">
<div class="wt-small-separator site-text-primary">
<div class="sep-leaf-left"></div>
<div><?php echo e(\App\Models\Settings::where('id', 22)->first()->value_ar); ?></div>
<div class="sep-leaf-right"></div>
</div>
<h2><?php echo e(\App\Models\Settings::where('id', 23)->first()->value_ar); ?></h2>
</div>
<!-- TITLE END-->
<div class="row d-flex justify-content-center">
<?php $__currentLoopData = $services; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $service_item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php $service_title = explode('-', $service_item->title_ar); ?>
<div class="col-lg-4 col-md-6 col-sm-12 m-b50">
<div class="service-border-box">
<div class="wt-box service-box-1 bg-white">
<div class="service-box-title title-style-2 site-text-secondry">
<span class="s-title-one"><?php echo e($service_title[0]); ?> </span>
<span class="s-title-two"><?php echo e($service_title[1]); ?></span>
</div>
<div class="service-box-content">
<p>
<?php echo e($service_item->description_ar); ?>
</p>
</p>
<a href="<?php echo e(route('service-details-ar', $service_item->id)); ?>" class="site-button-link"><?php echo e(\App\Models\Settings::where('id', 26)->first()->value_ar); ?></a>
</div>
<div class="wt-icon-box-wraper">
<div class="wt-icon-box-md site-bg-primary">
<span class="icon-cell text-white"><i class="<?php echo e($service_item->picture); ?>"></i></span>
</div>
<div class="wt-icon-number"><span>0<?php echo e($key+1); ?></span></div>
</div>
</div>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</div>
</div>
<!-- ALL SERVICES SECTION END -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('ar.layouts.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/techtime-projects/fakhr/resources/views/ar/service.blade.php ENDPATH**/ ?>