Files
opensem/resources/views/layout/footer.blade.php
Ludovic CANDELLIER 36267139a1 [WIP] Setup of skeleton
2020-03-25 00:08:27 +01:00

12 lines
294 B
PHP

<footer class="main-footer">
<strong>
Made by
@if(config('boilerplate.app.vendorlink'))
<a href="{{ config('boilerplate.app.vendorlink') }}">
{!! config('boilerplate.app.vendorname') !!}
</a>.
@else
{!! config('boilerplate.app.vendorname') !!}.
@endif
</strong>
</footer>