141 lines
8.0 KiB
PHP
141 lines
8.0 KiB
PHP
<div class="pt-4"></div>
|
|
|
|
<!--Site Footer Start-->
|
|
<footer class="site-footer">
|
|
<div class="site-footer__shape-1 float-bob-x"> <img src="rohini/assets/images/shapes/site-footer-shape-1.png"
|
|
alt="">
|
|
</div>
|
|
<div class="site-footer__shape-2 float-bob-y"> <img src="rohini/assets/images/shapes/site-footer-shape-2.png"
|
|
alt="">
|
|
</div>
|
|
<div class="container">
|
|
<div class="site-footer__top ">
|
|
<div class="row">
|
|
<div class="col-xl-3 col-lg-6 col-md-6 wow fadeInUp" data-wow-delay="100ms">
|
|
<div class="footer-widget__column footer-widget__about">
|
|
<div class="footer-widget__logo"> <a href="<?php echo e(route('home')); ?>"><img
|
|
src="<?php echo e(asset(setting('logo_white'))); ?>" alt=""></a> </div>
|
|
<p class="footer-widget__about-text text-white"><?php echo e(setting('description')); ?></p>
|
|
<div class="site-footer__social">
|
|
<?php if(setting('facebook')): ?><a href="<?php echo e(setting('facebook')); ?>" target="_blank"><i class="icon-facebook-app-symbol"></i></a><?php endif; ?>
|
|
<?php if(setting('whatsapp')): ?><a href="<?php echo e(setting('whatsapp')); ?>" target="_blank"><i class="fab fa-whatsapp"></i></a><?php endif; ?>
|
|
<?php if(setting('viber')): ?><a href="<?php echo e(setting('viber')); ?>" target="_blank"><i class="fab fa-viber"></i></a><?php endif; ?>
|
|
<?php if(setting('instagram')): ?><a href="<?php echo e(setting('instagram')); ?>" target="_blank"><i class="fab fa-instagram"></i></a><?php endif; ?>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<?php $__currentLoopData = $footerMenus; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $menu): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
|
<div class="<?php echo \Illuminate\Support\Arr::toCssClasses([
|
|
'col-xl-3 col-lg-6 col-md-6 wow fadeInUp' => $loop->first,
|
|
'col-xl-2 col-lg-6 col-md-6 wow fadeInUp' => !$loop->first,
|
|
]); ?>">
|
|
<div class="<?php echo \Illuminate\Support\Arr::toCssClasses([
|
|
'footer-widget__column footer-widget__usefull-link' => $loop->first,
|
|
'footer-widget__column footer-widget__services' => !$loop->first,
|
|
]); ?>" class="">
|
|
<div class="footer-widget__title-box">
|
|
<h3 class="footer-widget__title"><?php echo e($menu->title); ?></h3>
|
|
</div>
|
|
<div class="footer-widget__link-box">
|
|
<ul class="footer-widget__link list-unstyled footer-link">
|
|
<?php if($menu->hasSubMenu()): ?>
|
|
<?php $__currentLoopData = $menu->children; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $subMenu): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
|
<li><a href="<?php echo e($subMenu->route_name); ?>"><?php echo e($subMenu->title); ?></a></li>
|
|
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
|
<?php endif; ?>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
|
<div class="col-xl-3 col-lg-6 col-md-6 wow fadeInUp" data-wow-delay="400ms">
|
|
<div class="footer-widget__column footer-widget__instagram">
|
|
<div class="footer-widget__title-box">
|
|
<h3 class="footer-widget__title">Social Media</h3>
|
|
</div>
|
|
|
|
<div class="fb-page"
|
|
data-href="<?php echo e(setting('facebook')); ?>"
|
|
data-tabs="timeline"
|
|
data-width="323"
|
|
data-height="270"
|
|
data-small-header="false"
|
|
data-adapt-container-width="true"
|
|
data-hide-cover="false"
|
|
data-show-facepile="false">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="site-footer__bottom">
|
|
<div class="container">
|
|
<div class="row justify-content-between align-items-center text-center text-lg-start">
|
|
<div class="col-lg-6 col-12 mb-2 mb-lg-0">
|
|
<p class="site-footer__bottom-text text-white pt-4 pb-4 mb-0">
|
|
<?php echo e(setting('copyright')); ?>
|
|
|
|
</p>
|
|
</div>
|
|
<div class="col-lg-6 col-12 text-lg-end">
|
|
<p class="site-footer__bottom-text text-white pt-4 pb-4 mb-0">
|
|
|
|
<a href="https://bibhutisolutions.com/" target="_blank"
|
|
style="color: #fff; text-decoration: none;"
|
|
onmouseover="this.style.textDecoration='underline'"
|
|
onmouseout="this.style.textDecoration='none'">
|
|
Designed By: Bibhuti Solutions
|
|
</a>
|
|
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</footer>
|
|
<!--Site Footer End-->
|
|
|
|
<!-- /.page-wrapper -->
|
|
|
|
<div class="mobile-nav__wrapper">
|
|
<div class="mobile-nav__content"> <span class="mobile-nav__close mobile-nav__toggler"><i
|
|
class="fa fa-times"></i></span>
|
|
<div class="logo-box"> <a href="<?php echo e(route('home')); ?>" aria-label="logo image"><img
|
|
src="<?php echo e(asset(setting('logo_white'))); ?>" width="145" alt="" /></a> </div>
|
|
<div class="mobile-nav__container"></div>
|
|
|
|
<ul class="mobile-nav__contact list-unstyled">
|
|
<li> <i class="fa fa-envelope"></i> <a href="mailto:<?php echo e(setting('email')); ?>"><?php echo e(setting('email')); ?></a>
|
|
</li>
|
|
<li> <i class="fa fa-phone-alt"></i> <a href="tel:<?php echo e(setting('phone')); ?>"><?php echo e(setting('phone')); ?></a> </li>
|
|
</ul>
|
|
<!-- /.mobile-nav__contact -->
|
|
<div class="mobile-nav__top">
|
|
<div class="mobile-nav__social">
|
|
<?php if(setting('facebook')): ?><a href="<?php echo e(setting('facebook')); ?>" target="_blank"><i class="icon-facebook-app-symbol"></i></a><?php endif; ?>
|
|
<?php if(setting('whatsapp')): ?><a href="<?php echo e(setting('whatsapp')); ?>" target="_blank"><i class="fab fa-whatsapp"></i></a><?php endif; ?>
|
|
<?php if(setting('viber')): ?><a href="<?php echo e(setting('viber')); ?>" target="_blank"><i class="fab fa-viber"></i></a><?php endif; ?>
|
|
<?php if(setting('instagram')): ?><a href="<?php echo e(setting('instagram')); ?>" target="_blank"><i class="fab fa-instagram"></i></a><?php endif; ?>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="search-popup">
|
|
<div class="search-popup__overlay search-toggler"></div>
|
|
<div class="search-popup__content">
|
|
<form action="#">
|
|
<label for="search" class="sr-only">search here</label>
|
|
<!-- /.sr-only -->
|
|
<input type="text" id="search" placeholder="Search Here..." />
|
|
<button type="submit" aria-label="search submit" class="thm-btn"> <i
|
|
class="icon-search-interface-symbol"></i> </button>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<?php /**PATH D:\installed\xampp\htdocs\bib\Consultancy-CCMS\resources\views/client/rohini/layouts/partials/footer.blade.php ENDPATH**/ ?>
|