13 lines
681 B
PHP
13 lines
681 B
PHP
<!-- BEGIN: Footer-->
|
|
<footer class="footer footer-light {{($configData['footerType'] === 'footer-hidden') ? 'd-none':''}} {{$configData['footerType']}}">
|
|
<p class="clearfix mb-0">
|
|
<span class="float-md-start d-block d-md-inline-block mt-25">COPYRIGHT ©
|
|
<script>document.write(new Date().getFullYear())</script><a class="ms-25" href="{{ \App\Models\Setting::first()->developed_by_url}}" target="_blank">Magnificent App Developers</a>,
|
|
<span class="d-none d-sm-inline-block">All rights Reserved</span>
|
|
</span>
|
|
|
|
</p>
|
|
</footer>
|
|
<button class="btn btn-primary btn-icon scroll-top" type="button"><i data-feather="arrow-up"></i></button>
|
|
<!-- END: Footer-->
|