16 lines
372 B
PHP
16 lines
372 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
|
|
@hasSection('footer-left')
|
|
@yeild('footer-left')
|
|
@endif
|
|
</footer> |