cfn/resources/views/widget/foot.blade.php
2025-02-24 12:07:54 +08:00

7 lines
420 B
PHP
Executable File

<footer class="footer bg-white py-3 py-md-4" >
<div class="container">
<div class="d-flex align-items-center flex-column flex-lg-row justify-content-center justify-content-lg-between mt-lg-2"></div>
<div class="footer-copyright text-center text-lg-start text-xs text-muted mt-3">Copyright © 2024 <a href="/" title="{{env('APP_NAME')}}" rel="home">{{env('APP_NAME')}}</a>.</div>
</div>
</footer>