| 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'); ?>
<!-- Page Title -->
<div class="page-title-wrap">
<div class="page-title-area title-img-one" style="background-image: url(<?php echo e(asset("assets/images/bg-page.jpg")); ?>);">
<div class="title-shape">
<!--<img src=<?php echo e(asset("assets/images/title/title-shape1.png")); ?> alt="Shape">-->
</div>
<div class="d-table">
<div class="d-table-cell">
<div class="title-content">
<h2>خدماتنا</h2>
<ul>
<li>
<a href="<?php echo e(route('home-ar')); ?>">الرئيسية</a>
</li>
<li>
<span>خدماتنا</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End Page Title -->
<!-- Services -->
<section class="offer-area ptb-100" dir="rtl">
<div class="container">
<div class="section-title">
<h2><?php echo \App\Models\Settings::where('id', 6)->first()->value_ar; ?></h2>
</div>
<div class="row">
<?php $__currentLoopData = \App\Models\Service::orderBy('priority')->latest()->get(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="col-sm-6 col-lg-3">
<div class="services-item">
<div class="inner">
<img src="<?php echo e(asset($item->picture)); ?>" alt="Services">
<h3>
<a href="<?php echo e(route('service-details-ar',$item->id)); ?>"><?php echo e($item->title_ar); ?></a>
</h3>
<p><?php echo \Str::limit($item->description_ar,50); ?></p>
<a class="services-btn" href="<?php echo e(route('service-details-ar',$item->id)); ?>">المزيد</a>
</div>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</section>
<!-- End Services -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('ar.layouts.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\Users\Alhassan_Reyadh\OneDrive\Desktop\rosoleen_live\resources\views/ar/service.blade.php ENDPATH**/ ?>