File: D:/HostingSpaces/SBogers10/immoginis.komma.pro/app/storage/views/e8ea7bd8fdf901fe77c49887d623a4b6
<section class="content-container property-detail"> <div class="row"> <div class="property-meta grid6"> <h1> <?php if($property->decoded_info->PublishPrice && !in_array($property->status, ['2', '3', '4'])): ?> <span>€ <?php echo $property->format_price; ?></span> <?php endif; ?> <?php if($property->decoded_info->PublishAddress): ?> <?php echo $property->decoded_info->Street; ?> <?php echo $property->decoded_info->HouseNumber; ?> <?php echo !empty($property->decoded_info->BoxNr)? 'bus '.$property->decoded_info->BoxNr:''; ?> <?php else: ?> <?php echo $property->type; ?> <?php echo $property->city; ?> <?php endif; ?> </h1> <?php if($property->decoded_info->PublishPrice && !in_array($property->status, ['2', '3', '4'])): ?> <h3 class="mobile-show">€ <?php echo $property->format_price; ?></h3> <?php endif; ?> <h4><?php echo $property->postal_code; ?> <?php echo $property->city; ?> <span>•</span> <?php echo $property->type; ?> <?php if($property->status == 9): ?> <span class="notify"> <i class="info-box"></i> <?php echo $property->decoded_info->StatusDescription; ?> </span> <?php endif; ?> <?php /*<?php if(($property->status != 0) || ($property->status != 3)): ?> <?php if($property->status == 2 || $property->status == 4 || $property->status == 9): ?> <span class="notify"> <i class="info-box"></i> <?php echo $property->decoded_info->StatusDescription; ?> </span> <?php endif; ?> <?php endif; ?>*/ ?> </h4> <?php if($property->goal == 'rent'): ?> <div class="notify rental"> <i class="info-box"></i> Huur pand </div> <?php endif; ?> <?php if($property->status == 9): ?> <div class="notify mobile-show"> <i class="info-box"></i> <?php echo $property->decoded_info->StatusDescription; ?> </div> <?php endif; ?> <?php /*<?php if(($property->status != 0) || ($property->status != 3)): ?> <?php if($property->status == 2 || $property->status == 4 || $property->status == 9): ?> <div class="notify mobile-show"> <i class="info-box"></i> <?php echo $property->decoded_info->StatusDescription; ?> </div> <?php endif; ?> <?php endif; ?>*/ ?> </div> <div class="grid6 stay"> <div class="stay-in-touch-button"> <span></span> <?php echo \Illuminate\Support\Facades\Lang::get('translations.getInformation'); ?> </div> </div> <div class="fb-share-button" data-href="<?php echo \Request::fullUrl(); ?>" data-layout="button" data-mobile-iframe="true"></div> </div> <?php if(isset($property->decoded_info->LargePictures)): ?> <?php echo $__env->make('layouts.partials.propertyImages', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> <div class="row info-row"> <div class="small-info"> <h2><?php echo \Illuminate\Support\Facades\Lang::get('translations.specs'); ?></h2> <div class="spec-list"> <?php /* NOTE: This is included twice in this blade; one for desktop and one for mobile */ ?> <?php if($property->filter_type == 'ground'): ?> <?php echo $__env->make('layouts/partials.specsListGround', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php else: ?> <?php echo $__env->make('layouts/partials.specsList', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> </div> <?php echo $__env->make('layouts.partials.documentDetail', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> </div> <div class="grid6 text-block"> <?php if(!empty($property->decoded_info->PreparedVirtualTourYoutubeId)): ?> <div class="text-block__video"> <h2><?php echo \Illuminate\Support\Facades\Lang::get('translations.video'); ?></h2> <div class="text-block__video-wrapper"> <div class="youtube-player" id="property-virtual-tour" data-youtube-link="<?php echo $property->decoded_info->PreparedVirtualTourYoutubeId; ?>" data-auto-play="false"></div> </div> </div> <?php endif; ?> <div class="text-block__placeholder"> <h2><?php echo \Illuminate\Support\Facades\Lang::get('translations.description'); ?></h2> <?php if(isset($property->decoded_info->HtmlDescriptionE)): ?> <?php echo html_entity_decode($property->decoded_info->HtmlDescriptionE); ?> <?php endif; ?> <?php if(in_array('trackingCookieAccepted', array_keys(\Cookie::get()))): ?> <div class="facebook-share-property"> <img alt="facebookShare" src="/img/facebook-button.svg"/> </div> <?php endif; ?> <?php if(isset($property->projectRoute)): ?> <div class="more-project-properties"> <a href="/<?php echo $property->projectRoute; ?>"> <?php echo \Illuminate\Support\Facades\Lang::get('translations.moreProjectProperties'); ?> </a> </div> <?php endif; ?> </div> </div> <div class="grid6 property-info"> <div class="larger-info"> <h2><?php echo \Illuminate\Support\Facades\Lang::get('translations.specs'); ?></h2> <div class="spec-list"> <?php if($property->filter_type == 'ground'): ?> <?php echo $__env->make('layouts/partials.specsListGround', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php else: ?> <?php echo $__env->make('layouts/partials.specsList', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> </div> <?php echo $__env->make('layouts.partials.documentDetail', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> </div> <?php if($property->decoded_info->PublishAddress && $property->decoded_info->GoogleX != '' && $property->decoded_info->GoogleY != ''): ?> <h2><?php echo \Illuminate\Support\Facades\Lang::get('translations.map'); ?></h2> <div id="map" data-googlex="<?php echo $property->decoded_info->GoogleX; ?>" data-googley="<?php echo $property->decoded_info->GoogleY; ?>"></div> <?php endif; ?> </div> </div> </section>