File: /home/bdedition/public_html/core/storage/framework/views/fca14d79455d8278e57c3b571e9c61c5.php
<?php
$footer_content = getContent('footer.content', true);
$policy_pages = getContent('policy_pages.element');
$social_icons = getContent('social_icon.element', false, null, true);
$category_groups = App\Models\Category::active()
->orderBy('id')
->whereHas('news', function ($q) {
$q->active()->approved();
})
->take(8)
->get()
->chunk(4);
?>
<footer>
<section class="footer-section pt-60">
<div class="container">
<div class="footer-wrapper">
<div class="row my-5">
<div class="col-lg-4 col-sm-6">
<div class="footer-widget">
<p> <?php
echo $footer_content->data_values->about;
?>
</p>
<div class="social-area">
<ul class="footer-social">
<?php $__currentLoopData = $social_icons; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<li>
<a href="<?php echo e(@$item->data_values->url); ?>">
<?php echo @$item->data_values->social_icon ?>
</a>
</li>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</ul>
</div>
</div>
</div>
<?php $__empty_1 = true; $__currentLoopData = $category_groups; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $categories): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
<div class="col-lg-2 col-sm-6">
<div class="footer-widget">
<h3 class="title"><?php echo app('translator')->get('Category'); ?></h3>
<ul class="footer-links">
<?php $__empty_2 = true; $__currentLoopData = $categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_2 = false; ?>
<li>
<a href="<?php echo e(route('category.details', $category->slug)); ?>">
<?php echo e(__(@$category->name)); ?>
</a>
</li>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_2): ?>
<?php endif; ?>
</ul>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
<?php endif; ?>
<div class="col-lg-4 col-sm-6">
<div class="footer-widget">
<h3 class="title"><?php echo app('translator')->get('Policies'); ?></h3>
<ul class="footer-links">
<li><a href="<?php echo e(route('contact')); ?>"><?php echo app('translator')->get('Contact Us'); ?></a></li>
<li><a href="<?php echo e(route('governingBody')); ?>"><?php echo app('translator')->get('Governing Body'); ?></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="copyright-wrapper">
<div class="container">
<div class="copyright-area d-flex flex-wrap justify-content-between align-items-center">
<div class="copyright">
<p><?php echo e(__(@$footer_content->data_values->copyright)); ?></p>
</div>
<div class="developer-area"></div>
<p><strong><?php echo app('translator')->get('Developed by'); ?></strong> <a href="https://w3softbd.com" target="_blank" style="color:rgb(11, 88, 177)">W3 SOFT</a></p>
</div>
</div>
</div>
</div>
</footer><?php /**PATH /home/bdedition/public_html/core/resources/views/templates/basic/partials/footer.blade.php ENDPATH**/ ?>