Files
alliance-services/resources/views/layouts/user/dashboard/footer.blade.php
T
2026-02-22 15:33:37 -06:00

18 lines
498 B
PHP

<!-- Main Footer -->
<footer class="main-footer">
<!-- To the right -->
<div class="float-right d-none d-sm-inline">
@hasSection('footer-right')
@yield('footer-right')
@endif
</div>
@hasSection('footer-center')
@yield('footer-center')
@endif
<!-- Default to the left -->
<strong><a href="https://www.kspaceventures.com>Powered by K-Space Ventures</a></strong>
@hasSection('footer-left')
@yeild('footer-left')
@endif
</footer>