[WIP] Setup of skeleton
This commit is contained in:
12
resources/views/layout/footer.blade.php
Normal file
12
resources/views/layout/footer.blade.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user