File: /home/xdas/public_html/oldsite/storage/framework/views/a53f43e501eac1809f47bb5bebc57362627ce31c.php
<?php $__env->startSection('content'); ?>
<?php $__currentLoopData = $land; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $lands): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<!-- start top page -->
<section class="top-page">
<div class="container">
<ol class="breadcrumb">
<li><a href="<?php echo e(route('home',app()->getLocale())); ?>"><?php echo e(trans('massege.home')); ?></a></li>
<!-- 'title_ar', 'title_en', 'description_en', 'description_ar', 'status', 'slogen_ar', 'slogen_en', -->
<li class="active">
<?php if(App::getLocale() == 'en'): ?>
<?php echo e($lands->title_en); ?>
<?php else: ?>
<?php echo e($lands->title_ar); ?>
<?php endif; ?>
</li>
</ol>
</div>
</section>
<!-- end top page -->
<!-- start content page -->
<section class="content-page">
<div class="container">
<div class="about">
<div class="row">
<?php if($lands->img): ?>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<div class="about-img text-center">
<img src="<?php echo e(asset($lands->img)); ?>" alt="about-img" class="img-responsive" />
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<div class="about-info">
<?php if($lands->slogen_ar == 'من-نحن'): ?>
<?php if(App::getLocale() == 'en'): ?>
<h2 class="pro-title"> Know More About Us</h2>
<?php else: ?>
<h2 class="pro-title"> اعرف المزيد عنا</h2>
<?php endif; ?>
<?php else: ?>
<h2 class="pro-title">
<?php if(App::getLocale() == 'en'): ?>
<?php echo e($lands->title_en); ?>
<?php else: ?>
<?php echo e($lands->title_ar); ?>
<?php endif; ?>
</h2>
<?php endif; ?>
<?php if(App::getLocale() == 'en'): ?>
<?php echo $lands->description_en; ?>
<?php else: ?>
<?php echo $lands->description_ar; ?>
<?php endif; ?>
</div>
</div>
<?php else: ?>
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="about-info">
<?php if($lands->slogen_ar == 'من-نحن'): ?>
<?php if(App::getLocale() == 'en'): ?>
<h2 class="pro-title"> Know More About Us</h2>
<?php else: ?>
<h2 class="pro-title"> اعرف المزيد عنا</h2>
<?php endif; ?>
<?php else: ?>
<h2 class="pro-title">
<?php if(App::getLocale() == 'en'): ?>
<?php echo e($lands->title_en); ?>
<?php else: ?>
<?php echo e($lands->title_ar); ?>
<?php endif; ?>
</h2>
<?php endif; ?>
<?php if(App::getLocale() == 'en'): ?>
<?php echo $lands->description_en; ?>
<?php else: ?>
<?php echo $lands->description_ar; ?>
<?php endif; ?>
</div>
</div>
<?php endif; ?>
</div>
</div>
</div>
</section>
<!-- end content page -->
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.front.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>