13 lines
475 B
PHP
13 lines
475 B
PHP
<div class="footer__logo w-100 m-auto ml-lg-0 mr-lg-15" style="max-width: 64px;">
|
|
<a href="#" class="d-block text-hide">
|
|
<img src="/logo.png" alt="">
|
|
</a>
|
|
</div>
|
|
<div class="footer__copyright pt-lg-0 mt-20 mt-lg-0">
|
|
<p class="mb-0">
|
|
© {{ date('Y') }} POSTHOP ™. {{ __('All Rights Reserved') }}.
|
|
<br class="d-none d-lg-block">
|
|
Powered by <a href="http://webulgam.com.tm" class="btn-link">WebUlgam</a>.
|
|
</p>
|
|
</div>
|