Files
nssheung/laravel-simple-tryout/php74-httpd/example-app/resources/views/components/footers/auth.blade.php
louiscklaw 6da7dca3e7 update,
2025-02-01 02:04:37 +08:00

14 lines
381 B
PHP

<footer class="footer py-4 ">
<div class="container-fluid">
<div class="row align-items-center justify-content-lg-between">
<div class="col-lg-6 mb-lg-0 mb-4">
<div class="copyright text-center text-sm text-muted text-lg-start">
helloworld
</div>
</div>
</div>
</div>
</footer>