8 lines
341 B
PHP
8 lines
341 B
PHP
@stack('footer_start')
|
|
<footer class="footer pt-0">
|
|
<div class="copyright text-left text-lg-left text-muted">
|
|
<strong>{{ trans('footer.powered') }}</strong>: <a class="text-success" href="{{ trans('footer.link') }}" target="_blank">{{ trans('footer.software') }}</a>
|
|
</div>
|
|
</footer>
|
|
@stack('footer_end')
|