2022-06-01 10:15:55 +03:00
|
|
|
@stack('footer_start')
|
|
|
|
<footer class="footer">
|
|
|
|
<div class="lg:absolute bottom-10 right-6 lg:right-24 flex flex-col sm:flex-row items-center justify-end text-sm font-light">
|
2022-09-09 10:42:37 +03:00
|
|
|
{{ trans('footer.powered') }}: <x-link href="{{ trans('footer.link') }}" target="_blank" override="class">{{ trans('footer.software') }}</x-link>
|
2022-06-01 10:15:55 +03:00
|
|
|
</div>
|
|
|
|
</footer>
|
|
|
|
@stack('footer_end')
|