8 lines
204 B
PHP
Raw Normal View History

2018-08-04 18:05:37 +03:00
@stack('footer_start')
2017-09-14 22:21:00 +03:00
<footer class="main-footer">
<strong>{{ trans('footer.powered') }}</strong>: <a href="https://akaunting.com">{{ trans('footer.software') }}</a>
</footer>
2018-08-04 18:05:37 +03:00
@stack('footer_end')