Files
opensem/resources/views/vendor/boilerplate/layout/footer.blade.php
Ludovic CANDELLIER b50f50ea62 [WIP] Refactor project
2021-05-21 00:21:05 +02:00

18 lines
629 B
PHP

<footer class="main-footer text-sm">
<strong>
&copy; {{ date('Y') }}
@if(config('boilerplate.theme.footer.vendorlink'))
<a href="{{ config('boilerplate.theme.footer.vendorlink') }}">
{!! config('boilerplate.theme.footer.vendorname') !!}
</a>.
@else
{!! config('boilerplate.theme.footer.vendorname') !!}.
@endif
</strong>
{{ __('boilerplate::layout.rightsres') }}
<div class="float-right d-none d-sm-inline">
<a href="https://github.com/sebastienheyd/boilerplate">
Boilerplate
</a>
</div>
</footer>