6 lines
102 B
PHP
6 lines
102 B
PHP
<footer id="footer">
|
|
<hr>
|
|
{!! $footer ?? null !!}
|
|
{!! $extra_footer ?? null !!}
|
|
</footer>
|