akaunting 3.0 (the last dance)
This commit is contained in:
14
resources/views/components/layouts/preview/footer.blade.php
Normal file
14
resources/views/components/layouts/preview/footer.blade.php
Normal file
@ -0,0 +1,14 @@
|
||||
@stack('footer_start')
|
||||
|
||||
<footer class="footer">
|
||||
<div class="flex flex-col sm:flex-row items-center justify-between mt-10 lg:mt-20 py-7 text-sm font-light">
|
||||
<div>
|
||||
{{ trans('footer.powered') }}:
|
||||
<a href="{{ trans('footer.link') }}" target="_blank">{{ trans('footer.software') }}</a>
|
||||
<span class="material-icons align-middle text-black-300">code</span>
|
||||
{{ trans('footer.version') }} {{ version('short') }}
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@stack('footer_end')
|
Reference in New Issue
Block a user