Files
backend/resources/views/layouts/footer.blade.php

27 lines
1.6 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<footer class="navbar navbar-expand-lg footer-new-style">
<div class="logoPart">
<img src="{{ asset('dist/images/new-design/instagramLogo.svg') }}" style="width: 20px;" />
<img src="{{ asset('dist/images/new-design/watsappLogo.svg') }}" style="width: 20px;" />
<img src="{{ asset('dist/images/new-design/microLine.svg') }}" />
<a href="/ContactUs" target="_blank" style="color:black"><span>تماس با ما</span></a>
<img src="{{ asset('dist/images/new-design/microLine.svg') }}" />
</div>
<div class="collapse navbar-collapse justify-content-center date">
<span id="dayname" style="font-size:14px"></span>
<span style="width:2px"> </span>
<span id="showday" style="font-size:14px"></span>
<span style="width:2px"> </span>
<span id="showmonth" style="font-size:14px"></span>
<span style="width:2px"> </span>
<span id="showyear" style="font-size:14px"></span>
</div>
<div class="contactUsPart">
<a href="https://witel.ir"><img src="{{ asset('dist/images/new-design/witelLogo.svg') }}" /></a>
<span>پشتیبانی از ساعت</span>
<span class="time">9-15 <span class="lunchtext">(تایم ناهار 12:30 تا 13:00)</span></span>
<span data-tooltip="همه روزه به جز ایام تعطیل و جمعه ها " data-tooltip-position="top">021-41756100</span>
<img src="{{ asset('dist/images/new-design/phone.svg') }}" alt="" />
</div>
</footer>