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