<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>RAACH Solar</title>
</head>
<body>
<section class="footer">
<div class="container mx-auto text-center">
<img src="{{ absolute_url(asset('marketplace_assets/assests/raachLogo.svg')) }}" alt="Logo" class="" />
<p class="mt-4">
At interdum pellentesque odio faucibus. Nibh tempor in id ultricies
orci morbi sit mi id. <br />
Arcu sed vestibulum liber sed vestibulum liber sed vestibulum .
</p>
<p class="fw-bold">Contact Us</p>
<p>
<span> <img src="{{ absolute_url(asset('marketplace_assets/assests/footer/envelope.svg')) }}" alt="envelop" /> </span>
info@ourhoneybee.eu
</p>
<div>
<img src="{{ absolute_url(asset('marketplace_assets/assests/footer/Facebook.svg')) }}" alt="facebook" class="mx-2" />
<img src="{{ absolute_url(asset('marketplace_assets/assests/footer/instagram.svg')) }}" alt="instagram" class="mx-2" />
<img src="{{ absolute_url(asset('marketplace_assets/assests/footer/linkedin.svg')) }}" alt="linkedin" class="mx-2" />
<img src="{{ absolute_url(asset('marketplace_assets/assests/footer/x.svg')) }}" alt="x" class="mx-2" />
<img src="{{ absolute_url(asset('marketplace_assets/assests/footer/other.svg')) }}" alt="other" class="mx-2" />
<img src="{{ absolute_url(asset('marketplace_assets/assests/footer/youtube.svg')) }}" alt="youtube" class="mx-2" />
</div>
<hr class="custom-hr" />
<div>
<p>
Copyright © 2024
<span class="footer-text"> RAACH Solar </span>
<span class="mx-2">Powered by</span>
<span class="fw-bold">© 2024 RAACH Solar</span>
</p>
</div>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="{{ absolute_url(path('dashboard')) }}marketplace_assets/js/bootstrap.bundle.min.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
<script src="{{ absolute_url(path('dashboard')) }}marketplace_assets/js/calender.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
<script src="{{ absolute_url(path('dashboard')) }}marketplace_assets/js/order_progress.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
<script src="{{ absolute_url(path('dashboard')) }}marketplace_assets/js/product_page.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
<script src="{{ absolute_url(path('dashboard')) }}marketplace_assets/js/range.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
<script src="{{ absolute_url(path('dashboard')) }}marketplace_assets/js/graph.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
<script src="{{ absolute_url(path('dashboard')) }}marketplace_assets/js/script.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
</body>
</html>