themes-getlumino/content/includes/footer.blade.php

12 lines
527 B
PHP
Raw Normal View History

2023-05-07 20:02:20 +00:00
<footer class="style-4 mt-0 pt-10">
2023-05-07 18:59:35 +00:00
<div class="container">
2023-05-07 19:13:18 +00:00
2023-05-07 18:59:35 +00:00
<div class="copywrite text-center">
<small class="small">
© 2022 Copyrights by <a href="#" class="fw-bold text-decoration-underline">Iteck Co.</a> All Rights Reserved. Designed by <a href="https://themeforest.net/user/themescamp" class="fw-bold text-decoration-underline">ThemesCamp</a>
</small>
2022-01-01 14:51:36 +00:00
</div>
</div>
2023-05-07 18:59:35 +00:00
<!-- <img src="assets/img/footer/footer_4_wave.png" alt="" class="wave"> -->
</footer>