Files
expense/resources/views/layouts/partials/footer.blade.php
T

6 lines
243 B
PHP
Raw Normal View History

2024-12-02 01:18:34 +07:00
<footer class="main-footer">
<strong>Copyright &copy; {{ date('Y') }} <a href="{{ url('/') }}">{{ config('app.name') }}</a>.</strong> All rights reserved.
<div class="float-right d-none d-sm-inline-block">
<b>Version</b> 1.0.0
</div>
</footer>