?
<div class="footer">
<div class="container">
<div class="row">
<div class="footer-logo mb-5 " href="#">
<img src="<?php echo e(url('')); ?>/userassets/logo.png">
<p><?php echo e($WidgetSetting->title ?? ''); ?></p>
</div>
<div class="col-xl-8 col-lg-12 col-md-12">
<div class="row">
<div class="col-xl-6 col-lg-12 col-md-12">
<div class="contact ">
<h4 class="mb-3">LET'S TALK</h4>
<li class="">
<i class="feather icon-feather-phone-call"></i> <?php echo e($WidgetSetting->text2 ?? ''); ?><br>
</li>
</div>
<!-- <p><i class="bi bi-telephone"></i> Phone: <?php echo e($WidgetSetting->text2 ?? ''); ?></p>
<p><i class="bi bi-envelope"></i> Email: <?php echo e($WidgetSetting->text1 ?? ''); ?></p>
<p><i class="bi bi-geo-alt"></i> Address: <?php echo e($WidgetSetting->text4 ?? ''); ?></p> -->
<div class="contact">
<li class="">
<h4 class="mb-3">LET'S CONNECT</h4>
<p><i class="feather icon-feather-mail"></i><?php echo e($WidgetSetting->text1 ?? ''); ?></p>
</li>
<div class="social-icon mt-1 ">
<?php $__currentLoopData = $WidgetSocial; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $widgetSocial): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<li><a href="<?php echo e($widgetSocial->url); ?>" class="me-0"><i
class="<?php echo e($widgetSocial->key); ?>"></i></a></li>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-12 col-md-12">
<div class="contact ">
<li class="">
<h4 class="mb-3">LET'S MEET</h4>
<h5>Address</h5>
<p> <?php echo e($WidgetSetting->text4 ?? ''); ?></p>
</li>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-12 col-md-12">
<div class="section-award">
<img src="<?php echo e(url('')); ?>/userassets/pic2.jpg" class="d-block w-100">
</div>
</div>
</div>
</div>
</div>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "<?php echo e($WidgetSetting->text3 ?? 'Sanghvi Realty'); ?>",
"url": "<?php echo e(url('')); ?>",
"logo": "<?php echo e(url('')); ?>/userassets/logo.png",
"image": "<?php echo e(url('')); ?>/userassets/logo.png",
"telephone": "<?php echo e($WidgetSetting->text2 ?? ''); ?>",
"email": "<?php echo e($WidgetSetting->text1 ?? ''); ?>",
"address": {
"@type": "PostalAddress",
"streetAddress": "<?php echo e($WidgetSetting->text4 ?? ''); ?>",
"addressLocality": "Ahmedabad,India",
"addressCountry": "In"
},
"sameAs": [
<?php $__currentLoopData = $WidgetSocial; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $widgetSocial): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
"<?php echo e($widgetSocial->url); ?>"<?php echo e($index < count($WidgetSocial) - 1 ? ',' : ''); ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
]
}
</script>
<div class="bottomfooter fixed-bottom">
<div class="container bt-footer">
<div class="d-lg-flex justify-content-between align-items-center mt-0">
<div class="copyright text-white">
<ul>
<li>Copyright© 2025 SanghaviRealty.in by Siddhivinayak Group Ahmedabad India. All Rights Reserved </li>
</ul>
</div>
<div class="webdesign text-center">
<a href="https://makeyoursoftware.com/">Website Design</a> by <a
href="https://makeyoursoftware.com/">MakeYourSoftware.com</a>
</div>
</div>
</div>
</div>
<?php /**PATH /home/sanghavirealty/public_html/resources/views/homepage/footer.blade.php ENDPATH**/ ?>