?
<?php $__env->startSection('content'); ?>
<section class="common-header">
<?php $__currentLoopData = $property->images->where('featured', 1); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $image): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<img src="<?php echo e(Storage::url($image->file_path)); ?>" class="img-fluid" alt="<?php echo e($image->type); ?>">
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<div class="header-title">
<div class="container">
<h2><?php echo e($property->title ?? ''); ?></h2>
<h4><?php echo e($property->subtitle ?? ''); ?></h4>
</div>
</div>
</section>
<section class="homeabout page-inside">
<div class="container">
<div class="row align-items-center ">
<div class="cms">
<div class="row">
<div class="col-xl-12 col-md-12 col-sm-12 ">
<div class="commontext">
<ul class="order-sm-last">
<?php for($i = 1; $i <= 4; $i++): ?>
<?php if($property->{'highlights' . $i} ?? ''): ?>
<li>
<?php echo $property->{'highlights' . $i ?? ''}; ?>
</li>
<?php endif; ?>
<?php endfor; ?>
</ul>
<p class="order-sm-first"><?php echo e($property->description ?? ''); ?></p>
<div class="btnblock mt-5 mb-lg-5 text-center">
<a href="<?php echo e(url('contact-us')); ?>"
class="btn btn-primary hvr-bounce-to-top fade-in">Schedule For A Call
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<?php if($property && $property->images->where('type', 'ExteriorImages')->count() > 0): ?>
<section class="homegallery bg-dark-gray background-position-center-top">
<div class="container">
<div class="row mb-8 xs-mb-10 overlap-section">
<div class="col-12 position-relative">
<div
class="vertical-title-center align-items-center position-absolute top-0px left-15px bg-base-color p-10px xs-p-5px h-270px sm-h-190px z-index-9 w-50px xs-w-40px">
<div class="title fs-14 lss-2px text-dark-gray fw-700 text-uppercase">
Sanghavi</div>
</div>
<div id="myCarousel" class="carousel slide carousel-fade" data-bs-ride="carousel">
<ol class="carousel-indicators">
<?php if($property): ?>
<?php $__currentLoopData = $property->images->where('type', 'ExteriorImages'); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $image): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<li data-target="#myCarousel" data-bs-slide-to="<?php echo e($loop->index); ?>"
class="<?php echo e($loop->index + 1 == 1 ? 'active' : ''); ?>"></li>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php else: ?>
<?php endif; ?>
</ol>
<div class="carousel-inner">
<?php if($property): ?>
<?php $__currentLoopData = $property->images->where('type', 'ExteriorImages'); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $image): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="carousel-item <?php echo e($loop->index + 1 == 1 ? 'active' : ''); ?>">
<img class="" src="<?php echo e(Storage::url($image->file_path)); ?>"
alt="<?php echo e($image->type); ?>" />
<div class="carousel-caption ">
<div class="row justify-content-end align-items-end h-100">
<div class="blocktext col-lg-5 col-md-7 p-0">
<div class="gallery-caption bg-white p-16 lg-p-12">
<span
class="text-dark-gray fs-15 text-uppercase ls-1px fw-700 mb-3">
Setting High Standards With</span>
<h2 class="alt-font text-dark-gray fw-600 mb-20px ls-minus-2px">
<?php echo e($property->title ?? ''); ?></h2>
<p class="w-90 mb-10px text-dark-gray1">
<?php echo e($property->subtitle ?? ''); ?></p>
<a href="https://sanghavirealty.in/contact-us"
class="btn btn-primary hvr-bounce-to-top fade-in">
Schedule a call</a>
</div>
</div>
</div>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php else: ?>
<?php endif; ?>
</div>
<a class="carousel-control-prev" href="#myCarousel" role="button" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only"></span>
</a>
<a class="carousel-control-next" href="#myCarousel" role="button" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only"></span>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<?php endif; ?>
<section class="homevideo p-0 bg-dark-gray background-position-center-top overflow-hidden">
<div class="container-fluid p-0">
<div class="row g-0 align-items-center h-500px md-h-450px sm-h-auto">
<?php if(($property->images->where('highlight', 1)->count() > 0)): ?>
<div class=" video-image col-md-6 cover-background h-100 sm-h-400px xs-h-350px">
<?php if($property): ?>
<?php $__currentLoopData = $property->images->where('highlight', 1); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $image): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<img class="img-fluid" src="<?php echo e(Storage::url($image->file_path)); ?>">
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php else: ?>
<?php endif; ?>
</div>
<?php endif; ?>
<?php if(!empty($property->videoembeedlink)): ?>
<div class="col-lg-4 col-md-6 position-relative bg-nero-blue h-100 sm-h-350px sm-pb-8 overflow-hidden">
<div class="video-section h-100 d-flex flex-column align-items-center justify-content-center">
<button type="button" class="btn btn-primary" data-bs-toggle="modal"
data-bs-target="#exampleModal">
<span class="video-icon">
<i class="fa-solid fa-play text-base-color"></i>
</span>
</button>
<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="btn-close" data-bs-dismiss="modal"
aria-label="Close"></button>
<?php if($property): ?>
<?php if($property->videoembeedlink): ?>
<?php echo $property->videoembeedlink; ?>
<?php endif; ?>
<?php else: ?>
<?php endif; ?>
<!-- <a href="" class="position-relative border border-2 border-color-base-color d-inline-block text-center rounded-circle video-icon-box video-icon-large popup-youtube mb-10px">
</a> -->
</div>
</div>
</div>
</div>
<h2 class=""><?php echo e($property->highlights5 ?? ''); ?></h2>
<span class="text-white"><?php echo e($property->highlights6 ?? ''); ?></span>
<div
class="outline-text position-absolute bottom-minus-20px left-0px right-0px text-center w-100 fs-140 sm-fs-160 xs-fs-110 ls-minus-3px opacity-1 word-break-normal text-outline text-outline-color-white alt-font">
sanghavi</div>
</div>
</div>
<?php endif; ?>
</div>
</div>
</div>
</section>
<section class="homeproject bg-dark-gray background-position-center-top overflow-hidden">
<?php if($property->images->where('type', 'InteriorImages')->count() > 0): ?>
<div class="container">
<div class="row align-items-end mb-5">
<div class="col-md-6 sm-mb-20px">
<h5 class="sub-title">Gallery</h5>
<h4 class="text-white fw-600 mb-0">The Design language features exquisite contemporary styling.
</h4>
</div>
</div>
</div>
<div class="container text-center my-lg-5 mb-5">
<div class="row mx-auto my-auto justify-content-center g-5">
<div id="recipeCarousel" class="carousel1 slide" data-bs-ride="carousel">
<div class="carousel-start">
<div class="carousel-inner" role="listbox">
<?php if($property): ?>
<?php $__currentLoopData = $property->images->where('type', 'InteriorImages'); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $image): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="carousel-item <?php echo e($loop->index + 1 == 1 ? 'active' : ''); ?>">
<div class="col-md-3 ps-2">
<div class="service-card1 card text-center border-0">
<a href='<?php echo e(Storage::url($image->file_path)); ?>' data-gallery="<?php echo e($property->slug); ?>-gallery" data-toggle="lightbox" data-size="xl" data-caption=""><img src="<?php echo e(Storage::url($image->file_path)); ?>"
class="d-block w-lg-100" alt="" > </a>
</div>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php else: ?>
<?php endif; ?>
</div>
</div>
<a class="carousel-control-prev bg-transparent w-aut" href="#recipeCarousel" role="button"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
</a>
<a class="carousel-control-next bg-transparent w-aut" href="#recipeCarousel" role="button"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
</a>
</div>
</div>
<?php endif; ?>
<ul class="pro-highlight my-5">
<?php if(!empty($property->location)): ?>
<li class=""><i class="feather icon-feather-map-pin"></i> Location <br>
<strong> <?php echo e($property->location ?? ''); ?></strong>
</li>
<?php endif; ?>
<?php if(!empty($property->reranotice)): ?>
<?php if($property && $property->reranotice): ?>
<li class=""><i class="feather icon-feather-file-text"></i> RERA Notice<br>
<strong> <?php echo e($property->reranotice ?? ''); ?></strong>
</li>
<?php endif; ?>
<?php endif; ?>
</ul>
<?php if($property && !empty($property->images->where('type', 'Brochure')->first())): ?>
<?php $__currentLoopData = $property->images->where('type', 'Brochure'); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $brochure): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<a href="<?php echo e(Storage::url($brochure->file_path)); ?>"
class="btn btn-primary brochure-down hvr-bounce-to-top fade-in" download>Download
Brochure <i class="feather icon-feather-download"></i></a>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php endif; ?>
</div>
</section>
<script type="text/javascript">
let items = document.querySelectorAll('.carousel1 .carousel-item')
items.forEach((el) => {
const minPerSlide = 4
let next = el.nextElementSibling
for (var i = 1; i < minPerSlide; i++) {
if (!next) {
// wrap carousel by using first child
next = items[0]
}
let cloneChild = next.cloneNode(true)
el.appendChild(cloneChild.children[0])
next = next.nextElementSibling
}
})
</script>
<?php echo $__env->make('homepage.bottom-ticker', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<script src="https://cdn.jsdelivr.net/npm/bs5-lightbox@1.8.3/dist/index.bundle.min.js"></script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('homepage.layout-marketplace', [
'admintitle' => $property->title ?? '',
'summary' => $property->subtitle ?? '',
'ogimage' => $fistImage ?? '',
'imagepath' => 'storage/contentimages',
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/sanghavirealty/public_html/resources/views/properties/estate-show.blade.php ENDPATH**/ ?>