File: /home/richfield/www/storage/framework/views/0638b53bd70398b2a5ad589d8d2b77b9c116e530.php
<!-- Footer************************* -->
<footer>
<div class="main_footer">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12 footer_logo">
<a href="<?php echo e(route('home')); ?>"><img width="200" src="<?php echo e(Storage::disk('public')->url(setting('site.footer_logo'))); ?>" alt="Logo"></a>
<p>
<?php echo e(app()->getLocale() == 'en' ? setting('site.description') : setting('site.description_ar')); ?>
</p>
</div> <!-- End of .footer_logo -->
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12 footer_news">
<h5><?php echo e(TranslationHelper::translate('Our Gallery')); ?></h5>
<div class="recent-posts">
<?php $__empty_1 = true; $__currentLoopData = $gallery->reverse()->take(3); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $photo): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
<div class="post">
<div class="post-thumb icon-holder">
<a href="<?php echo e(Storage::disk('public')->url($photo->image)); ?>" class="fancybox"
data-fancybox-group="home-gallery">
<img src="<?php echo e(Storage::disk('public')->url($photo->image)); ?>" alt="">
</a>
</div>
<h4 style="color: white"><?php echo e($photo->getTranslatedAttribute('name')); ?></h4>
<div class="post-info"><i class="fa fa-clock-o"></i><?php echo e($photo->created_at->format('j, M Y')); ?></div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <?php endif; ?>
</div>
</div> <!-- End of .footer_news -->
<div class="col-lg-2 col-md-6 col-sm-6 col-xs-12 footer_subscribe ">
<h5><?php echo e(TranslationHelper::translate('Categories')); ?></h5>
<ul class="list catagories">
<?php $__empty_1 = true; $__currentLoopData = $productCategories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $data): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
<li style="color: #9c9c9c; "><i class="fa fa-angle-right" style="padding: 10px"></i><?php echo e($data->getTranslatedAttribute('name')); ?></li>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <?php endif; ?>
</ul>
</div> <!-- End of .footer_subscribe -->
<div class="col-lg-4 col-md-6 col-sm-6 col-xs-12 footer_contact pull-right">
<h5><?php echo e(TranslationHelper::translate('Get In Touch')); ?></h5>
<ul class="list catagories">
<li><a href="mailto:<?php echo e(setting('social.email')); ?>"><i
class="fa fa-envelope color1"></i><span><?php echo e(setting('social.email')); ?></span></a>
</li>
<li><a href="tel:<?php echo e(setting('social.phone')); ?>"><i
class="fa fa-phone color1"></i><?php echo e(setting('social.phone')); ?></a></li>
<li><a href="#">
<i class="fa fa-home color1"></i>
<?php echo e(app()->getLocale() == 'en' ? setting('social.address') : setting('social.address_ar')); ?>
</a>
</li>
</ul>
<h5><?php echo e(TranslationHelper::translate('Working Hours')); ?></h5>
<div class="list Business">
<p> <?php echo e(app()->getLocale() == 'en' ? setting('site.working_days') : setting('site.working_days_ar')); ?><br>
<?php echo e(app()->getLocale() == 'en' ? setting('site.weekend') : setting('site.weekend_ar')); ?>
: <span><?php echo e(TranslationHelper::translate('Closed')); ?></span></p>
</div>
</div> <!-- End of .footer_contact -->
</div>
</div>
</div> <!-- End of .main_footer -->
<div class="bottom_footer clear_fix">
<div class="container">
<h6 class="text-center"><?php echo e(TranslationHelper::translate('Copyrights ')); ?> © <?php echo e(date('Y')); ?> <?php echo e(TranslationHelper::translate(' All Rights Reserved by ')); ?><a href="https://www.alfaridagency.com" target="_blank">ALFarid Agency</a></h6>
</div>
</div>
</footer>
<!-- Scroll Top Button -->
<button class="scroll-top tran3s color2_bg">
<span class="fa fa-angle-up"></span>
</button>
<!-- pre loader -->
<div id="loader-wrapper">
<div id="loader"></div>
</div>
<?php /**PATH /media/alaatairelbarr/New Volume/work/rich-field/resources/views/layouts/includes/footer.blade.php ENDPATH**/ ?>