Residential Statement of information
4 2 2 23sqm
[contact-form-7 id="2184" title="Register Now"]
<body>
<div id=”carouselExampleIndicators” class=”carousel slide” data-ride=”carousel”> <div class=”carousel-inner”> <?php foreach ($photos as $photo ) { ?>
<div class=”carousel-item active”> <img src=”<?php echo $photo->thumbnail; ?>” class=”d-block w-100″ alt=”…” style=”height:500px;”> </div> <?php } ?> </div> </div>
<div class=”container”> <div class=”row1″> <?php if(empty($photos)) { ?> <img src= ‘https://climate.onep.go.th/wp-content/uploads/2020/01/default-image.png’ class=”d-block w-100″ alt=”…” style=”height:500px;”> <?php } ?> </br> </br> <h2 style=”color:#0e4155;font-family: dm_serif_displayregular;”><?php echo $listing->displayAddress; ?></h2> <p style=”margin-top: 17px; margin-bottom: 21px; “><span style=”background-color:#0e4155; color:#bb9168; font-weight: 600; padding:10px;”><?php echo $listing->type->propertyClass->name; ?></span> <span style=”background-color:#0e4155; color:#bb9168; font-weight: 600; padding:10px;”><?php echo $listing->type->name; ?></span> </p> <div class=”jumbotron jumbotron-fluid”> <p class=”mt-2 short-desc” style=”text-align: left; font-size:24px; color:#0e4155; padding-left:5px; “> <i class=”fas fa-bed fa-xs ml-1″></i> <span class=”ml-1″><?php echo $listing->bed ;?> </span> <i class=”fas fa-shower fa-xs ml-1″ style=”text-align: left; padding-left:40px;”></i><span class=”ml-1″><?php echo $listing->bath ;?></span> <i class=”fas fa-car fa-xs ml-1″ style=”text-align: left; padding-left:40px;”></i><span class=”ml-1″><?php echo $listing->garages ;?> </span> </p> </div> <div class=”jumbotron jumbotron-fluid” style=”text-align: justify;”><h5 style=”color:#0e4155;”>Description :</h5><?php echo ($listing->description); ?></div>
<iframe width=”2050″ height=”400″ frameborder=”0″ scrolling=”no” marginheight=”0″ marginwidth=”0″ src=”https://maps.google.it/maps?q=<?php echo $listing->geolocation->latitude; ?>+<?php echo$listing->geolocation->longitude;?>&output=embed” </iframe> </br> <h3 style=”color: #0e4155; font-family: dm_serif_displayregular;”>Enquire Now</h3> </br> <p style=”margin-top: 50-px;”>
</body>