blog-app/views/layout/footer.blade.php

6 lines
108 B
PHP
Raw Normal View History

2021-09-16 20:27:51 +08:00
<div class="footer">
<div class="container">
<h4 class="text-secondary">Blog App</h4>
</div>
</div>