6 lines
301 B
PHP
6 lines
301 B
PHP
<footer class="c-footer">
|
|
<div>{!! settings()->footer_text !!} || Developed by <strong><a target="_blank" href="https://fahim.codes">Fahim Anzam</a></strong></div>
|
|
|
|
<div class="mfs-auto d-md-down-none">Powered by <a href="https://laravel.com" target="_blank">Laravel</a></div>
|
|
</footer>
|