Files
expense/resources/views/layouts/partials/footer.blade.php
T
root 1c1418f3e0
Deploy to VPS (PAT over HTTPS) / deploy (push) Has been cancelled
Initial commit - expense
2026-06-01 15:01:03 +07:00

6 lines
243 B
PHP

<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.5.0
</div>
</footer>