Files
aroginhealthcare/Modules/Admin/resources/views/layouts/partials/footer.blade.php
2025-08-17 16:23:14 +05:45

27 lines
1.6 KiB
PHP

<footer class="content-footer footer bg-footer-theme">
<div
class="container-fluid d-flex flex-wrap justify-content-between py-2 flex-md-row flex-column">
<div class="mb-2 mb-md-0">
Copyright ©
<script>
document.write(new Date().getFullYear());
</script>
, Made with ❤️ by
<a href="https://jhigutech.com" target="_blank"
class="footer-link fw-semibold">Jhigu Technology</a>
</div>
{{-- <div>
<a href="https://themeforest.net/licenses/standard" class="footer-link me-4"
target="_blank">License</a>
<a href="https://1.envato.market/pixinvent_portfolio" target="_blank"
class="footer-link me-4">More Themes</a>
<a href="https://pixinvent.com/demo/frest-clean-bootstrap-admin-dashboard-template/documentation-bs5/"
target="_blank" class="footer-link me-4">Documentation</a>
<a href="https://pixinvent.ticksy.com/" target="_blank"
class="footer-link d-none d-sm-inline-block">Support</a>
</div> --}}
</div>
</footer>