This commit is contained in:
denisdulici
2017-09-26 01:22:02 +03:00
parent 5c106c4fef
commit 0f29bda12b
3 changed files with 16 additions and 1 deletions

View File

@ -16,6 +16,11 @@
@yield('content')
</div>
<!-- /.login-box-body -->
<div class="login-box-footer">
{{ trans('footer.powered') }}: <a href="https://akaunting.com" target="_blank">{{ trans('footer.software') }}</a>
</div>
<!-- /.login-box-footer -->
</div>
</body>
</html>