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

8 lines
238 B
PHP

<footer class="footer position-absolute bottom-footer py-2 w-100 z-index-1">
<div class="container">
<div class="row align-items-center justify-content-lg-between">
helloworld ?
</div>
</div>
</footer>