footer column

This commit is contained in:
2025-08-21 15:33:46 +05:45
parent 7c25b17de9
commit efd675d576

View File

@@ -4,7 +4,7 @@
<section class="lqd-section footer-content text-black" data-section-luminosity="dark">
<div class="container footer-inside">
<div class="row pb-10 ">
<div class="col col-6 col-md-3 flex flex-col text-start mb-20 p-10">
<div class="col col-12 col-sm-6 col-md-4 flex flex-col text-start mb-20 p-10">
<div class=" mb-25 lqd-imggrp-single block relative">
<div class=" lqd-imggrp-img-container inline-flex relative items-center justify-center">
<h2 class="text-black text-24">{{ setting('title') }}</h2>
@@ -20,7 +20,7 @@
</div>
@foreach ($footerMenus as $menu)
<div class="col col-6 col-md-3 flex flex-col items-center">
<div class="col col-6 col-sm-3 col-md-2 flex flex-col items-center">
<div>
<div class="mb-20 ld-fancy-heading relative module-title">
<h3
@@ -49,7 +49,37 @@
</div>
@endforeach
@foreach ($footerMenus as $menu)
<div class="col col-6 col-sm-3 col-md-2 flex flex-col items-center">
<div>
<div class="mb-20 ld-fancy-heading relative module-title">
<h3
class="ld-fh-element inline-block relative font-title text-15 font-bold leading-20 mb-1em text-black">
{{ $menu->title }}
</h3>
</div>
<div class="lqd-fancy-menu lqd-custom-menu relative left lqd-menu-td-none">
<ul
class="reset-ul link-14 link-font-normal flex flex-col justify-center text-center gap-10">
@if ($menu->hasSubMenu())
@foreach ($menu->children as $subMenu)
<li>
<a class="text-black btn btn-naked btn-icon-right btn-hover-swp animation-element"
data-localscroll="true" href="{{ $subMenu->route_name }}"><span
class="link-icon inline-flex hide-if-empty left-icon icon-next-to-label"></span>
<span class="btn-txt"
data-text="Franchise">{{ $subMenu->title }}</span>
</a>
</li>
@endforeach
@endif
</ul>
</div>
</div>
</div>
@endforeach
{{-- <div class="col col-md-1"></div> --}}
<div class="col col-12 col-md-4 flex flex-col p-10">
{{-- <div class="mb-20 ld-fancy-heading relative module-title">
<h3
@@ -73,7 +103,10 @@
<button class="border-0 text-white p-10 text-12 ">Subscribe</button>
</form>
<div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3532.3752814608883!2d85.32120487541293!3d27.705697025564373!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb1907f7e2f099%3A0x517cd88424589879!2sRaffles%20Educare!5e0!3m2!1sen!2snp!4v1755670491057!5m2!1sen!2snp" width="100%" height="150" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3532.3752814608883!2d85.32120487541293!3d27.705697025564373!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb1907f7e2f099%3A0x517cd88424589879!2sRaffles%20Educare!5e0!3m2!1sen!2snp!4v1755670491057!5m2!1sen!2snp"
width="100%" height="150" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>