Current File : /home/tradevaly/public_html/storage/framework/views/eff0abbc2787080ca7a414a1195d76659ffe89cb.php |
<footer class="main-footer main-footer-style-01 pt-4 pt-8 ">
<div class="footer-second">
<div class="container">
<div class="row">
<div class="col-md-12 col-lg-3 mb-lg-0">
<div class="font-size-md font-weight-semibold mb-2 footer_title">
<h3 class="hd-rd-brdr text-white">Tradevaly.com</h3>
</div>
<ul class="list-group list-group-flush list-group-borderless">
<li class="list-group-item px-0 lh-1625 bg-transparent py-1">
<a href="https://www.tradevaly.com.bd/products" class="link-hover-secondary-primary text-white"><?php echo e(translate('All Categories')); ?></a>
</li>
<li class="list-group-item px-0 lh-1625 bg-transparent py-1">
<a href="https://www.tradevaly.com.bd/rfq" class="link-hover-secondary-primary text-white"><?php echo e(translate('Request For Quotation')); ?></a>
</li>
</ul>
</div>
<div class="col-md-12 col-lg-3 mb-lg-0">
<div class="font-size-md font-weight-semibold mb-2 footer_title">
<h3 class="hd-rd-brdr text-white">About Us</h3>
</div>
<ul class="list-group list-group-flush list-group-borderless">
<li class="list-group-item px-0 lh-1625 bg-transparent py-1">
<a href="<?php echo e(url('/about-us')); ?>" class="link-hover-secondary-primary text-white"><?php echo e(translate('About Tradevaly')); ?></a>
</li>
<li class="list-group-item px-0 lh-1625 bg-transparent py-1">
<a href="<?php echo e(url('terms')); ?>" class="link-hover-secondary-primary text-white">Terms and conditions</a>
</li>
<li class="list-group-item px-0 lh-1625 bg-transparent py-1">
<a href="<?php echo e(url('privacy&policy')); ?>" class="link-hover-secondary-primary text-white">Privacy policy</a>
</li>
</ul>
</div>
<div class="col-md-12 col-lg-3 mb-lg-0">
<div class="font-size-md font-weight-semibold text-dark mb-2 footer_title text-white">
<h3 class="hd-rd-brdr text-white">Contact Us</h3>
</div>
<ul class="list-group list-group-flush list-group-borderless">
<li class="list-group-item px-0 lh-1625 bg-transparent py-1 text-nowrap">
<a href="<?php echo e(url('help')); ?> " class="link-hover-secondary-primary text-white">Post Your Requirement</a>
</li>
<li class="list-group-item px-0 lh-1625 bg-transparent py-1 text-nowrap">
<a href="mailto:<?php echo e(settings()->number); ?>" class="link-hover-secondary-primary text-white"><?php echo e(settings()->email); ?></a>
</li>
<li class="list-group-item px-0 lh-1625 bg-transparent py-1">
<a target="_blank" href="https://maps.google.com/maps?q=<?php echo e(settings()->address); ?>" class="link-hover-secondary-primary text-white"><?php echo e(settings()->address); ?></a>
</li>
</ul>
</div>
<div class="col-md-12 col-lg-3 mb-lg-0">
<div class="font-size-md font-weight-semibold text-dark mb-2 footer_title text-center">
<img src="<?php echo e(asset('storage/images/admin/logo/'.$logo->image)); ?>" width="44%">
</div>
<ul class="list-group list-group-flush list-group-borderless">
<li class="list-group-item px-0 lh-1625 bg-transparent m-auto w-25">
<img src =
"https://chart.googleapis.com/chart?cht=qr&chl=Tradvaly.com&chs=160x160&chld=L|0"
class = "qr-code img-thumbnail img-responsive" />
</li>
</ul>
</div>
<div class="col-lg-12 mt-3">
<img src="<?php echo e(asset('assets/frontend/img/payment.png')); ?>" alt="" width="100%">
</div>
</div>
</div>
</div>
<div class="footer-last mt-2">
<div class="container">
<div class="footer-last-container position-relative">
<div class="row align-items-center">
<div class="col-lg-4 mb-3 mb-lg-0">
<div class="copy_right">
<?php echo e(settings()->copyright); ?>
</div>
</div>
<div class="col-lg-4 mb-3 mb-lg-0 footer-develop">
Developed By <a href="">Molla Mehedi</a>
</div>
<div class="col-lg-4 mb-3 mb-lg-0">
<div class="social-icon text-white">
<ul class="list-inline">
<li class="list-inline-item mr-2">
<a target="_blank" title="<?php echo e(translate('Follow Us')); ?>" class='text-white'>
Follow Us
</a>
</li>
<?php if(settings()->linkdin): ?>
<li class="list-inline-item mr-2">
<a target="_blank" title="<?php echo e(translate('Linkdin')); ?>" class='text-white' href=" <?php echo e(settings()->linkdin); ?>">
<i class="fab fa-linkedin-in"></i>
</i>
</a>
</li>
<?php endif; ?>
<?php if(settings()->facbook): ?>
<li class="list-inline-item mr-2">
<a target="_blank" title="<?php echo e(translate('Facebook')); ?>" href="<?php echo e(settings()->facbook); ?>" class='text-white'>
<i class="fab fa-facebook-f">
</i>
</a>
</li>
<?php endif; ?>
<?php if(settings()->twitter): ?>
<li class="list-inline-item mr-2">
<a target="_blank" title="<?php echo e(translate('Twitter')); ?>" href="<?php echo e(settings()->twitter); ?>" class='text-white'>
<i class="fab fa-twitter"></i>
</i>
</a>
</li>
<?php endif; ?>
<?php if(settings()->youtube): ?>
<li class="list-inline-item mr-2">
<a target="_blank" title="<?php echo e(translate('Youtube')); ?>" href="<?php echo e(settings()->youtube); ?>" class='text-white'>
<i class="fab fa-youtube"></i>
</i>
</a>
</li>
<?php endif; ?>
<?php if(settings()->whats_app): ?>
<li class="list-inline-item mr-2">
<a target="_blank" title="<?php echo e(translate('Whats App')); ?>" href="whatsapp:<?php echo e(settings()->whats_app); ?>" class='text-white'>
<i class="fab fa-whatsapp"></i>
</i>
</a>
</li>
<?php endif; ?>
<?php if(settings()->instagram): ?>
<li class="list-inline-item mr-2">
<a target="_blank" title="<?php echo e(translate('')); ?>" href="<?php echo e(settings()->instagram); ?>" class='text-white'>
<i class="fab fa-instagram"></i>
</a>
</li>
<?php endif; ?>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<button onclick="topFunction()" id="myBtn" title="Go to top" class="gradian_footer_bg">Top</button>
<?php /**PATH /home/tradevaly/public_html/resources/views/frontend/layouts/footer.blade.php ENDPATH**/ ?>