Whoops, looks like something went wrong.

1/1 ErrorException in Filesystem.php line 81: file_put_contents(/b80c11ae51e410bf3e573465fd3c3a93): failed to open stream: Permission denied

  1. in Filesystem.php line 81
  2. at HandleExceptions->handleError('2', 'file_put_contents(/b80c11ae51e410bf3e573465fd3c3a93): failed to open stream: Permission denied', '/home/buydmci/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php', '81', array('path' => '/b80c11ae51e410bf3e573465fd3c3a93', 'contents' => '<?php $__env->startSection('meta_title',$meta_title); ?> <?php $__env->startSection('title', $title); ?> <?php $__env->startSection('page_title', $page_title); ?> <?php $__env->startSection('sub_page_title', $sub_page_title); ?> <?php $__env->startSection('content'); ?> <style type="text/css"> .price_table {font-size: 18px;} .price_table tr{ background: #f9f9f9; border-bottom: 2px solid #fff; } .price_table td, .price_table th { padding: 5px 15px; text-align: left; line-height: 32px; } </style> <div class="investment-properties fproperty"> <div id="demo" class="box jplist" style="margin: 20px 0 50px 0"> <div class="container" style="margin-top: 20px;"> <div class="row"> <div style="" class="col-md-12 titlesmall"> <h5 style="color:#3ab3b6; margin-bottom:0;"> </h5> <div class="row"> <form method="get" id="searchForm" action="#" onsubmit="return submitForm();"> <span class="fa fa-times fa-3x" style="color: #fff;" style="display: none;"></span> <div class="form-group clearfix col-sm-12 clearfix saerchbox" style="display: none;"> <div class="col-sm-4 autocomplete-container" > <?php $locationQ = str_replace(' ph locations', '', $locationQ); $locationQ = str_replace('all ph ', '', $locationQ); $locationQ = str_replace('all', '', $locationQ); $locationQ = str_replace('all ph locations', '', $locationQ); $locationQ = str_replace('ph locations', '', $locationQ); $locationQ = str_replace(' ph ', ', ', $locationQ); ?> <span class="fa fa-map-marker"></span> <span class="fa fa-spin fa-spinner" style="display: none;"></span> <label class="error" style="position: absolute; top: -30px;"></label> <input type="text" class="form-control ui-autocomplete-input" placeholder="Location" value="<?php echo e(ucwords($locationQ)); ?>" id="autocomplete_field" name="autocomplete_field" autocomplete="off"> <ul></ul> </div> <div class="col-sm-3"> <select class="form-control" id="listing" name="listing"> <option value="">Select Listing Type</option> <?php if($listings): ?> <?php foreach($listings as $listingg): ?> <option value="<?php echo e(strtolower($listingg->listing_name)); ?>" <?php echo strtolower($listingg->listing_name) == $listing ? 'selected="selected"' : '' ?>><?php echo e($listingg->listing_name); ?></option> <?php endforeach; ?> <?php endif; ?> </select> <ul></ul> </div> <div class="col-sm-3"> <select class="form-control" id="project" name="project"> <option value="">Select Project Type</option> <?php foreach($projects as $project): ?> <option value="<?php echo e(strtolower($project->project_name)); ?>" <?php echo strtolower($project->project_name) == $projectQ ? 'selected="selected"' : '' ?>><?php echo e($project->project_name); ?></option> <?php endforeach; ?> </select> <ul></ul> </div> <div class="col-sm-1"> <input type="hidden" value="<?php echo e(!empty($provinceQ) ? $provinceQ : ''); ?>" id="province" name="province"> <input type="hidden" value="<?php echo e(!empty($cityQ) ? $cityQ : ''); ?>" id="city" name="city"> <input type="hidden" value="<?php echo e(!empty($areaQ) ? $areaQ : ''); ?>" id="area" name="area"> <input type="hidden" value="xmCmv9YHW4DyHBFaYWMBHKJwhg1CLMHg8hlL0UZt" name="_token"> <input type="button" class="btn btn-default" value="Search" name="search" id="search_it"> </div> </div> <div class="form-group clearfix col-sm-12 clearfix" style="margin-bottom: 0;"> <?php $links = []; $urlC = '/projects/'; $links['all-projects'] = ['name'=> 'Projects', 'title' => 'All Projects', 'link' => $urlC ]; !empty($listing) and $links['listing'] = ['name'=> ucwords($listing), 'title'=> implode(" ", explode("-", $listing)).' Projects', 'link' => $urlC.implode("-", explode(" ", strtolower($listing))) ]; $urlC .= !empty($listing) ? implode("-", explode(" ", strtolower($listing))).'/' : ''; !empty($projectQ) and $links['projects'] = ['name'=>ucwords($projectQ), 'title'=> implode(" ", explode("-", $projectQ)).' Projects', 'link' => $urlC.implode("-", explode(" ", strtolower($projectQ))) ]; $urlC .= !empty($projectQ) ? implode("-", explode(" ", strtolower($projectQ))).'/' : ''; //if(!empty($listing) || !empty($projectQ)) { // $links['country'] = ['title'=> 'units in ph', 'link' => action('NewUnitController@ProjectsByUnitAndProjectType', [implode("-", explode(" ", $listing)), implode("-", explode(" ", $projectQ))])]; //} else { $links['country'] = ['name'=> 'Philippines', 'title'=> 'Projects in Philippines', 'link' => '/projects']; //} !empty($developer) and $links['developer'] = ['name'=>ucwords($developer->developer_name), 'title'=> 'Projects by '.implode(" ", explode("-", ucwords($developer->developer_name))), 'link' => '/projects/'.implode("-", explode(" ", strtolower($developer->developer_name))) ]; !empty($provinceQ) and $links['province'] = ['name'=>ucwords($provinceQ), 'title'=> 'Projects in '.implode(" ", explode("-", $provinceQ)), 'link' => $urlC.'ph/'.implode("-", explode(" ", strtolower($provinceQ))) ]; $urlC .= !empty($provinceQ) ? 'ph/'.implode("-", explode(" ", strtolower($provinceQ))).'/' : ''; !empty($cityQ) and $links['city'] = ['name'=>ucwords($cityQ), 'title'=> 'Projects in '.implode(" ", explode("-", $cityQ)), 'link' => $urlC.implode("-", explode(" ", strtolower($cityQ)))]; $urlC .= !empty($provinceQ) ? implode("-", explode(" ", strtolower($cityQ))).'/' : ''; !empty($areaQ) and $links['area'] = ['name'=>ucwords($areaQ), 'title'=> 'Projects in '.implode(" ", explode("-", $areaQ)), 'link' => $urlC.implode("-", explode(" ", strtolower($areaQ)))]; ?> <ul class="breadcrumbs"> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="/">Home</a></li> <?php if(!empty($links['country'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['country']['link']); ?>"><?php echo e($links['country']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['listing'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['listing']['link']); ?>"><?php echo e($links['listing']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['developer'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['developer']['link']); ?>"><?php echo e($links['developer']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['projects'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['projects']['link']); ?>"><?php echo e($links['projects']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['province'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['province']['link']); ?>"><?php echo e($links['province']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['city'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['city']['link']); ?>"><?php echo e($links['city']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['area'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['area']['link']); ?>"><?php echo e($links['area']['title']); ?></a></li> <?php endif; ?> </ul> </div> </form> <form method="get" class="white-label-form" id="white-label-form"> <div class="form-group clearfix col-sm-10 col-md-offset-1 clearfix saerchbox" style="display: none;"> <div class="col-sm-4 autocomplete-container" > <span class="fa fa-search"></span> <input type="text" class="form-control" placeholder="Search" value="" id="trigger-popup-field" name="autocomplete_field" autocomplete="off"> <ul></ul> </div> </div> <div class="form-group clearfix col-sm-12 clearfix" style="margin-bottom: 0;"> <?php $links = []; $urlC = '/projects/'; $links['all-projects'] = ['name'=> 'Projects', 'title' => 'All Projects', 'link' => $urlC ]; !empty($listing) and $links['listing'] = ['name'=> ucwords($listing), 'title'=> implode(" ", explode("-", $listing)).' Projects', 'link' => $urlC.implode("-", explode(" ", strtolower($listing))) ]; $urlC .= !empty($listing) ? implode("-", explode(" ", strtolower($listing))).'/' : ''; !empty($projectQ) and $links['projects'] = ['name'=>ucwords($projectQ), 'title'=> implode(" ", explode("-", $projectQ)).' Projects', 'link' => $urlC.implode("-", explode(" ", strtolower($projectQ))) ]; $urlC .= !empty($projectQ) ? implode("-", explode(" ", strtolower($projectQ))).'/' : ''; //if(!empty($listing) || !empty($projectQ)) { // $links['country'] = ['title'=> 'units in ph', 'link' => action('NewUnitController@ProjectsByUnitAndProjectType', [implode("-", explode(" ", $listing)), implode("-", explode(" ", $projectQ))])]; //} else { $links['country'] = ['name'=> 'Philippines', 'title'=> 'Projects in Philippines', 'link' => '/projects']; //} !empty($developer) and $links['developer'] = ['name'=>ucwords($developer->developer_name), 'title'=> 'Projects by '.implode(" ", explode("-", ucwords($developer->developer_name))), 'link' => '/projects/'.implode("-", explode(" ", strtolower($developer->developer_name))) ]; !empty($provinceQ) and $links['province'] = ['name'=>ucwords($provinceQ), 'title'=> 'Projects in '.implode(" ", explode("-", $provinceQ)), 'link' => $urlC.'ph/'.implode("-", explode(" ", strtolower($provinceQ))) ]; $urlC .= !empty($provinceQ) ? 'ph/'.implode("-", explode(" ", strtolower($provinceQ))).'/' : ''; !empty($cityQ) and $links['city'] = ['name'=>ucwords($cityQ), 'title'=> 'Projects in '.implode(" ", explode("-", $cityQ)), 'link' => $urlC.implode("-", explode(" ", strtolower($cityQ)))]; $urlC .= !empty($provinceQ) ? implode("-", explode(" ", strtolower($cityQ))).'/' : ''; !empty($areaQ) and $links['area'] = ['name'=>ucwords($areaQ), 'title'=> 'Projects in '.implode(" ", explode("-", $areaQ)), 'link' => $urlC.implode("-", explode(" ", strtolower($areaQ)))]; ?> <ul class="breadcrumbs"> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="/">Home</a></li> <?php if(!empty($links['country'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['country']['link']); ?>"><?php echo e($links['country']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['listing'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['listing']['link']); ?>"><?php echo e($links['listing']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['developer'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['developer']['link']); ?>"><?php echo e($links['developer']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['projects'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['projects']['link']); ?>"><?php echo e($links['projects']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['province'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['province']['link']); ?>"><?php echo e($links['province']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['city'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['city']['link']); ?>"><?php echo e($links['city']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['area'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['area']['link']); ?>"><?php echo e($links['area']['title']); ?></a></li> <?php endif; ?> </ul> </div> </form> </div> </div> <!-- col-md-12 title small --> <?php if($fProperties): ?> <?php if(!isset($_GET['featured']) || (isset($_GET['featured']) && $_GET['featured'] == 1)): ?> <?php if($fProperties): ?> <div class="container"> <div class="row"> <div class="col-md-12" style="border-bottom: 0px solid #eeeeee; background:#f9f9f9; padding:10px;"> <div class="col-md-6"> <h2 class="propcnt"><?php echo e($countF); ?> Featured Properties Found</h2> </div> <div class="col-md-6"> <form name="sorting" id="sorting_form" method="get"> <?php if($_GET) { foreach ($_GET as $key => $value) { if($key != 'page' && ($key == 'sort-by' && empty($value)) ) { ?> <input type="hidden" name="<?php echo $key ?>" value="<?php echo $value ?>" /> <?php } } } ?> <select class="form-control col-md-3 pull-right" name="sort-by" id="sorting" style="" onchange="$('#sorting_form').submit();" > <option value="price-high-to-low">-- Sort --</option> <option value="price-high-to-low" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'price-high-to-low' ? 'selected="selected"' : ''; ?>>Price (High To Low)</option> <option value="price-low-to-high" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'price-low-to-high' ? 'selected="selected"' : ''; ?>>Price (Low To High)</option> <option value="type" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'type' ? 'selected="selected"' : ''; ?>>Project Type</option> <option value="listing_type" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'listing_type' ? 'selected="selected"' : ''; ?>>Listing Type</option> <option value="developer" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'developer' ? 'selected="selected"' : ''; ?>>Developer</option> <option value="location" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'location' ? 'selected="selected"' : ''; ?>>Location</option> </select> </form> </div> </div><!-- end col-md-12 --> </div><!-- end class row --> </div> <!-- class container --> <!-- --> <div class="row"> <div class="col-md-12 clearpad" id="featured-properties"> <?php if($fProperties): ?> <?php echo $__env->make('client.property.listProjects', ['properties' => $fProperties], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> </div><!-- end list box text show --> </div><!-- end col-md-12 --> <?php endif; ?> <?php endif; ?> <?php endif; ?> <div style="clear:both;"></div> <!-- --> <?php if(count($properties)): ?> <div class="container"> <div class="row"> <div class="col-md-12" style="border-bottom: 0px solid #eeeeee; background:#f9f9f9; padding:10px;"> <div class="col-md-6"> <h2 class="propcnt"><?php echo e($count - $countF); ?> Additional Properties Found</h2> </div> <?php if(!$fProperties): ?> <div class="col-md-6"> <form name="sorting" id="sorting_form" method="get"> <?php if($_GET) { foreach ($_GET as $key => $value) { if($key != 'page' && ($key == 'sort-by' && empty($value)) ) { ?> <input type="hidden" name="<?php echo $key ?>" value="<?php echo $value ?>" /> <?php } } } ?> <select class="form-control col-md-3 pull-right" name="sort-by" id="sorting" style="" onchange="$('#sorting_form').submit();" > <option value="price-high-to-low">-- Sort --</option> <option value="price-high-to-low" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'price-high-to-low' ? 'selected="selected"' : ''; ?>>Price (High To Low)</option> <option value="price-low-to-high" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'price-low-to-high' ? 'selected="selected"' : ''; ?>>Price (Low To High)</option> <option value="type" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'type' ? 'selected="selected"' : ''; ?>>Project Type</option> <option value="listing_type" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'listing_type' ? 'selected="selected"' : ''; ?>>Listing Type</option> <option value="developer" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'developer' ? 'selected="selected"' : ''; ?>>Developer</option> <option value="location" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'location' ? 'selected="selected"' : ''; ?>>Location</option> </select> </form> </div> <?php endif; ?> </div><!-- end col-md-12 --> </div><!-- end class row --> </div> <!-- class container --> <div class="row"> <div class="col-md-12 clearpad" id="additional-properties"> <?php if($properties): ?> <?php echo $__env->make('client.property.listProjects', ['properties' => $properties], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> </div><!-- end list box text show --> </div><!-- end col-md-12 --> <?php endif; ?> <?php if($properties || $fProperties): ?> <div class="row"> <div class="col-md-12 text-center"><?php echo ($count-$countF) > $countF ? $properties->appends($_GET)->render() : $fProperties->appends($_GET)->render(); ?></div> </div> <?php endif; ?> <div style="clear:both;"></div> <?php if(isset($city) && $city): ?> <div class=""> <div class="col-md-12"> <?php if(isset($bottomContentType) && $bottomContentType == 'city'): ?> <div class="media clearfix" itemscope itemtype="https://schema.org/PostalAddress"> <div class="media-body"> <!-- <a itemprop="url" href="/projects/ph/<?php echo e(implode('-', explode(' ', strtolower($city->province_name)))); ?>/<?php echo e(implode('-', explode(' ', strtolower($city->city_name)))); ?>" style="float:left;"> <img class="media-object" style="width: 257px; height: 188px;" width ="257" height="188" title="Real Estate in <?php echo e($city->city_name); ?>" alt="Real Estate in <?php echo e($city->city_name); ?>" itemprop="image" src="<?php echo e(!empty($city->add_image) ? config('multisite.image_site').'/'. $city->add_image : config('multisite.image_site').'/no-image.jpg'); ?>"> </a> --> <h4 class="media-heading" itemprop="name"><?php echo e($city->city_name); ?></h4> <p itemprop="description"> <?php echo $city->description ?> </p> </div> </div> <?php elseif(isset($bottomContentType) && $bottomContentType == 'province'): ?> <div class="media clearfix" itemscope itemtype="https://schema.org/PostalAddress"> <div class="media-body"> <!-- <a itemprop="url" href="/projects/ph/<?php echo e(implode('-', explode(' ', strtolower($city->province_name)))); ?>" style="float:left;"> <img class="media-object" style="width: 257px; height: 188px;" width ="257" height="188" title="Real Estate in <?php echo e($city->province_name); ?>" alt="Real Estate in <?php echo e($city->province_name); ?>" itemprop="image" src="<?php echo e(!empty($city->add_image) ? config('multisite.image_site').'/'. $city->add_image : config('multisite.image_site').'/no-image.jpg'); ?>"> </a> --> <h4 class="media-heading" itemprop="name"><?php echo e($city->province_name); ?></h4> <p itemprop="description"> <?php echo $city->description ?> </p> </div> </div> <?php elseif(isset($bottomContentType) && $bottomContentType == 'area'): ?> <div class="media clearfix" itemscope itemtype="https://schema.org/PostalAddress"> <div class="media-body"> <!-- <a itemprop="url" href="/projects/ph/<?php echo e(implode('-', explode(' ', strtolower($city->province_name)))); ?>/<?php echo e(implode('-', explode(' ', strtolower($city->city_name)))); ?>/<?php echo e(implode('-', explode(' ', strtolower($city->area_name)))); ?>" style="float:left;"> <img class="media-object" style="width: 257px; height: 188px;" width ="257" height="188" title="Real Estate in <?php echo e($city->area_name); ?>" alt="Real Estate in <?php echo e($city->area_name); ?>" itemprop="image" src="<?php echo e(!empty($city->add_image) ? config('multisite.image_site').'/'. $city->add_image : config('multisite.image_site').'/no-image.jpg'); ?>"> </a> --> <h4 class="media-heading" itemprop="name"><?php echo e($city->area_name); ?></h4> <p itemprop="description"> <?php echo $city->description ?> </p> </div> </div> <?php endif; ?> </div> </div> <?php endif; ?> <div style="clear:both;"></div> <?php if(isset($developer) && $developer): ?> <div class=""> <div class="col-md-12"> <div class="media clearfix" itemscope itemtype="https://schema.org/RealEstateAgent"> <div class="media-body"> <!-- <a itemprop="url" href="<?php echo e(action('ClientController@propertyByCity', array(strtolower(str_replace(' ', '-',$developer->developer_name))) )); ?>"> <img class="media-object" style="height: 135px; width: 245px;" height="135" width="245" title="<?php echo e($developer->developer_name); ?> Properties" alt="<?php echo e($developer->developer_name); ?> Properties" itemprop="image" src="<?php echo e(!empty($developer->add_image) ? config('multisite.image_site').'/'. $developer->add_image : config('multisite.image_site').'/no-image.jpg'); ?>"> </a> --> <h4 class="media-heading" itemprop="name"><?php echo e($developer->developer_name); ?></h4> <p itemprop="description"> <?php echo $developer->description; ?> </p> </div> </div> </div> </div> <?php endif; ?> <div style="clear:both;"></div> <?php if(!empty($cityAreaSection)): ?> <?php echo $__env->make('client.cityAreaSection', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> <div style="clear:both;"></div> <?php if(!empty($locationList) && $locationList): ?> <?php echo $__env->make('client.property.locationList', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> <div style="clear:both;"></div> <?php if($priceTable && (!isset($_GET['page']) || $_GET['page'] < 2)): ?> <div class="container"> <div class="row"> <section> <table border="0" width="100%" class="price_table"> <caption class="" style="border-bottom: 5px solid #fff; background:#f9f9f9; padding:10px 20px;margin-top: 10px"> <h2 class="propcnt"><?php echo isset($price_table_title) ? $price_table_title : 'Philippines Property Price List' ?></h2> </caption> <tr class=""> <th> Property Name </th> <th> Price (&#8369;) </th> <th> <?php echo isset($isDeveloper) && $isDeveloper ? 'Developer Name' : 'Location'; ?> </th> </tr> <?php $counter=1; ?> <?php foreach($priceTable as $price): ?> <tr> <td> <a href="<?php echo e(action('PropertyController@propertyDetails', array(implode('-', explode(' ', strtolower($price->developer_name))), implode('-', explode(' ', strtolower($price->property_name))) ) )); ?>"><?php echo e($price->property_name); ?></a> </td> <td> &#8369; <span itemprop="price"><?php echo number_format((int)$price->price,'0','.',',') ?></span> </td> <td> <?php echo isset($isDeveloper) && $isDeveloper ? $price->developer_name : $price->city_name.', '.$price->province_name?> </td> </tr> <?php endforeach; ?> </table> </section> </div> </div> <!-- class container --> <?php endif; ?> <!-- <p class="totop"> <a href="#top" style="display: inline;">Back to top</a> </p> --> </div><!-- end row --> <!-- Content Container --> <!-- End Content Container --> </div><!-- end container --> </div><!-- edn #demo --> </div> <!-- end invenstment properties --> <?php $__env->stopSection(); ?> <?php $__env->startSection('header_script'); ?> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "BreadcrumbList", "itemListElement": [ <?php $count=1; foreach ($links as $key => $link) { if($key !='country') { ?> { "@type": "ListItem", "position": <?php echo $count?>, "item": { "@id": "<?php echo url($link['link']) ?>", "name": "<?php echo $link['name'] ?>" } }<?php echo count($links)-1 > $count ? ',' : ''; ?> <?php $count++; } } ?> ] } </script> <?php $__env->stopSection(); ?> <?php $__env->startSection('footer_script'); ?> <script src="https://www.phrealestate.com/js/jquery-ui.min.js"></script> <script> $(function(){ $("#autocomplete_field").autocomplete({ delay: 10, autoFocus: true, source: function(request, response){ $.ajax({ /* Snip */ dataType: "json", type : 'Get', url: "<?php echo e(action('ClientController@fetchCities')); ?>?term="+request.term, beforeSend: function (){ $(".fa-spin.fa-spinner").show(); $(".fa.fa-map-marker").hide(); $("#search_it").attr('disabled', true); $("#autocomplete_field").css({"padding-left": "30px;"}); }, success: function(data) { $(".fa-spin.fa-spinner").hide(); $(".fa.fa-map-marker").show(); $("#search_it").removeAttr('disabled'); $("#autocomplete_field").css({"padding-left": "20px;"}); response(data); } }); }, minLength: 2, appendTo: ".autocomplete-container", open: function(event, ui) { $(".ui-autocomplete").css({ "background": "#fff none repeat scroll 0 0", "color": "#000", "display": "block", "left": "15px", "list-style": "outside none none", "padding-left": "0", "position": "absolute", "top": "40px", "width": "91%", "z-index": "99999", "padding": "6px 12px", "font-size": '18px', "font-weight": "normal", "text-align" : "left", "font-family" : 'inherit', "max-height": "150px", "overflow-y": "scroll", "z-index": "99" }); }, search: function( event, ui ) { $(".fa-spin.fa-spinner").show(); $(".fa.fa-map-marker").hide(); $("#search_it").attr('disabled', true); }, change: function( event, ui ) { if( ui.item == null ) { $(".autocomplete-container label.error").text('Invalid Location'); $("#search_it").removeAttr('disabled'); $("#city").val(ui.item.city_name); $("#province").val(ui.item.province_name); $("#area").val(ui.item.area_name); } }, select: function( event, ui ) { $(".autocomplete-container label.error").text(''); $(".fa-spin.fa-spinner").hide(); $(".fa.fa-map-marker").show(); // log( ui.item ? "Selected: " + ui.item.value + " aka " + ui.item.id : "Nothing selected, input was " + this.value ); $("#search_it").removeAttr('disabled'); $("#city").val(ui.item.city_name); $("#province").val(ui.item.province_name); $("#area").val(ui.item.area_name); } }).data("ui-autocomplete")._renderItem = function (ul, item) { return $("<li></li>") .data("item.autocomplete", item) .append("<a>" + item.label + " <i>("+item.sub_label+")<i></a>") .appendTo(ul); }; // --------------------- $("#search_it").on('click', function(e){ if($("#search_it").attr('disabled')) { $(".autocomplete-container label.error").text('Invalid Location'); return false; } var listing = $("#listing").val(); var project = $("#project").val(); var city = $("#city").val(); var province = $("#province").val(); var area = $("#area").val(); var url = "/projects"; if(province != ''){ province = 'ph/'+province; } //if(province == '' && city = '' && area ==) url += listing != '' ? '/'+listing.split(' ').join('-') : ''; url += project != '' ? '/'+project.split(' ').join('-') : ''; url += province != '' ? '/'+province.split(' ').join('-') : ''; url += city != '' ? '/'+city.split(' ').join('-') : ''; url += area != '' ? '/'+area.split(' ').join('-') : ''; //alert(url); window.location =url; //var param =[listing.split(' ').join('-'), project.split(' ').join('-'), location.split(' ').join('-')]; //console.log(param); //var url = getvalidUrl('ClientController@propertyiesBySearch', param ); //window.location = url; }); }); function submitForm () { if(!$("#search_it").attr('disabled')) { $("#search_it").trigger('click'); } else { $(".autocomplete-container label.error").text('Invalid Location'); } return false; } </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.berg', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>', 'lock' => false))
  3. at file_put_contents('/b80c11ae51e410bf3e573465fd3c3a93', '<?php $__env->startSection('meta_title',$meta_title); ?> <?php $__env->startSection('title', $title); ?> <?php $__env->startSection('page_title', $page_title); ?> <?php $__env->startSection('sub_page_title', $sub_page_title); ?> <?php $__env->startSection('content'); ?> <style type="text/css"> .price_table {font-size: 18px;} .price_table tr{ background: #f9f9f9; border-bottom: 2px solid #fff; } .price_table td, .price_table th { padding: 5px 15px; text-align: left; line-height: 32px; } </style> <div class="investment-properties fproperty"> <div id="demo" class="box jplist" style="margin: 20px 0 50px 0"> <div class="container" style="margin-top: 20px;"> <div class="row"> <div style="" class="col-md-12 titlesmall"> <h5 style="color:#3ab3b6; margin-bottom:0;"> </h5> <div class="row"> <form method="get" id="searchForm" action="#" onsubmit="return submitForm();"> <span class="fa fa-times fa-3x" style="color: #fff;" style="display: none;"></span> <div class="form-group clearfix col-sm-12 clearfix saerchbox" style="display: none;"> <div class="col-sm-4 autocomplete-container" > <?php $locationQ = str_replace(' ph locations', '', $locationQ); $locationQ = str_replace('all ph ', '', $locationQ); $locationQ = str_replace('all', '', $locationQ); $locationQ = str_replace('all ph locations', '', $locationQ); $locationQ = str_replace('ph locations', '', $locationQ); $locationQ = str_replace(' ph ', ', ', $locationQ); ?> <span class="fa fa-map-marker"></span> <span class="fa fa-spin fa-spinner" style="display: none;"></span> <label class="error" style="position: absolute; top: -30px;"></label> <input type="text" class="form-control ui-autocomplete-input" placeholder="Location" value="<?php echo e(ucwords($locationQ)); ?>" id="autocomplete_field" name="autocomplete_field" autocomplete="off"> <ul></ul> </div> <div class="col-sm-3"> <select class="form-control" id="listing" name="listing"> <option value="">Select Listing Type</option> <?php if($listings): ?> <?php foreach($listings as $listingg): ?> <option value="<?php echo e(strtolower($listingg->listing_name)); ?>" <?php echo strtolower($listingg->listing_name) == $listing ? 'selected="selected"' : '' ?>><?php echo e($listingg->listing_name); ?></option> <?php endforeach; ?> <?php endif; ?> </select> <ul></ul> </div> <div class="col-sm-3"> <select class="form-control" id="project" name="project"> <option value="">Select Project Type</option> <?php foreach($projects as $project): ?> <option value="<?php echo e(strtolower($project->project_name)); ?>" <?php echo strtolower($project->project_name) == $projectQ ? 'selected="selected"' : '' ?>><?php echo e($project->project_name); ?></option> <?php endforeach; ?> </select> <ul></ul> </div> <div class="col-sm-1"> <input type="hidden" value="<?php echo e(!empty($provinceQ) ? $provinceQ : ''); ?>" id="province" name="province"> <input type="hidden" value="<?php echo e(!empty($cityQ) ? $cityQ : ''); ?>" id="city" name="city"> <input type="hidden" value="<?php echo e(!empty($areaQ) ? $areaQ : ''); ?>" id="area" name="area"> <input type="hidden" value="xmCmv9YHW4DyHBFaYWMBHKJwhg1CLMHg8hlL0UZt" name="_token"> <input type="button" class="btn btn-default" value="Search" name="search" id="search_it"> </div> </div> <div class="form-group clearfix col-sm-12 clearfix" style="margin-bottom: 0;"> <?php $links = []; $urlC = '/projects/'; $links['all-projects'] = ['name'=> 'Projects', 'title' => 'All Projects', 'link' => $urlC ]; !empty($listing) and $links['listing'] = ['name'=> ucwords($listing), 'title'=> implode(" ", explode("-", $listing)).' Projects', 'link' => $urlC.implode("-", explode(" ", strtolower($listing))) ]; $urlC .= !empty($listing) ? implode("-", explode(" ", strtolower($listing))).'/' : ''; !empty($projectQ) and $links['projects'] = ['name'=>ucwords($projectQ), 'title'=> implode(" ", explode("-", $projectQ)).' Projects', 'link' => $urlC.implode("-", explode(" ", strtolower($projectQ))) ]; $urlC .= !empty($projectQ) ? implode("-", explode(" ", strtolower($projectQ))).'/' : ''; //if(!empty($listing) || !empty($projectQ)) { // $links['country'] = ['title'=> 'units in ph', 'link' => action('NewUnitController@ProjectsByUnitAndProjectType', [implode("-", explode(" ", $listing)), implode("-", explode(" ", $projectQ))])]; //} else { $links['country'] = ['name'=> 'Philippines', 'title'=> 'Projects in Philippines', 'link' => '/projects']; //} !empty($developer) and $links['developer'] = ['name'=>ucwords($developer->developer_name), 'title'=> 'Projects by '.implode(" ", explode("-", ucwords($developer->developer_name))), 'link' => '/projects/'.implode("-", explode(" ", strtolower($developer->developer_name))) ]; !empty($provinceQ) and $links['province'] = ['name'=>ucwords($provinceQ), 'title'=> 'Projects in '.implode(" ", explode("-", $provinceQ)), 'link' => $urlC.'ph/'.implode("-", explode(" ", strtolower($provinceQ))) ]; $urlC .= !empty($provinceQ) ? 'ph/'.implode("-", explode(" ", strtolower($provinceQ))).'/' : ''; !empty($cityQ) and $links['city'] = ['name'=>ucwords($cityQ), 'title'=> 'Projects in '.implode(" ", explode("-", $cityQ)), 'link' => $urlC.implode("-", explode(" ", strtolower($cityQ)))]; $urlC .= !empty($provinceQ) ? implode("-", explode(" ", strtolower($cityQ))).'/' : ''; !empty($areaQ) and $links['area'] = ['name'=>ucwords($areaQ), 'title'=> 'Projects in '.implode(" ", explode("-", $areaQ)), 'link' => $urlC.implode("-", explode(" ", strtolower($areaQ)))]; ?> <ul class="breadcrumbs"> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="/">Home</a></li> <?php if(!empty($links['country'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['country']['link']); ?>"><?php echo e($links['country']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['listing'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['listing']['link']); ?>"><?php echo e($links['listing']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['developer'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['developer']['link']); ?>"><?php echo e($links['developer']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['projects'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['projects']['link']); ?>"><?php echo e($links['projects']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['province'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['province']['link']); ?>"><?php echo e($links['province']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['city'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['city']['link']); ?>"><?php echo e($links['city']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['area'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['area']['link']); ?>"><?php echo e($links['area']['title']); ?></a></li> <?php endif; ?> </ul> </div> </form> <form method="get" class="white-label-form" id="white-label-form"> <div class="form-group clearfix col-sm-10 col-md-offset-1 clearfix saerchbox" style="display: none;"> <div class="col-sm-4 autocomplete-container" > <span class="fa fa-search"></span> <input type="text" class="form-control" placeholder="Search" value="" id="trigger-popup-field" name="autocomplete_field" autocomplete="off"> <ul></ul> </div> </div> <div class="form-group clearfix col-sm-12 clearfix" style="margin-bottom: 0;"> <?php $links = []; $urlC = '/projects/'; $links['all-projects'] = ['name'=> 'Projects', 'title' => 'All Projects', 'link' => $urlC ]; !empty($listing) and $links['listing'] = ['name'=> ucwords($listing), 'title'=> implode(" ", explode("-", $listing)).' Projects', 'link' => $urlC.implode("-", explode(" ", strtolower($listing))) ]; $urlC .= !empty($listing) ? implode("-", explode(" ", strtolower($listing))).'/' : ''; !empty($projectQ) and $links['projects'] = ['name'=>ucwords($projectQ), 'title'=> implode(" ", explode("-", $projectQ)).' Projects', 'link' => $urlC.implode("-", explode(" ", strtolower($projectQ))) ]; $urlC .= !empty($projectQ) ? implode("-", explode(" ", strtolower($projectQ))).'/' : ''; //if(!empty($listing) || !empty($projectQ)) { // $links['country'] = ['title'=> 'units in ph', 'link' => action('NewUnitController@ProjectsByUnitAndProjectType', [implode("-", explode(" ", $listing)), implode("-", explode(" ", $projectQ))])]; //} else { $links['country'] = ['name'=> 'Philippines', 'title'=> 'Projects in Philippines', 'link' => '/projects']; //} !empty($developer) and $links['developer'] = ['name'=>ucwords($developer->developer_name), 'title'=> 'Projects by '.implode(" ", explode("-", ucwords($developer->developer_name))), 'link' => '/projects/'.implode("-", explode(" ", strtolower($developer->developer_name))) ]; !empty($provinceQ) and $links['province'] = ['name'=>ucwords($provinceQ), 'title'=> 'Projects in '.implode(" ", explode("-", $provinceQ)), 'link' => $urlC.'ph/'.implode("-", explode(" ", strtolower($provinceQ))) ]; $urlC .= !empty($provinceQ) ? 'ph/'.implode("-", explode(" ", strtolower($provinceQ))).'/' : ''; !empty($cityQ) and $links['city'] = ['name'=>ucwords($cityQ), 'title'=> 'Projects in '.implode(" ", explode("-", $cityQ)), 'link' => $urlC.implode("-", explode(" ", strtolower($cityQ)))]; $urlC .= !empty($provinceQ) ? implode("-", explode(" ", strtolower($cityQ))).'/' : ''; !empty($areaQ) and $links['area'] = ['name'=>ucwords($areaQ), 'title'=> 'Projects in '.implode(" ", explode("-", $areaQ)), 'link' => $urlC.implode("-", explode(" ", strtolower($areaQ)))]; ?> <ul class="breadcrumbs"> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="/">Home</a></li> <?php if(!empty($links['country'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['country']['link']); ?>"><?php echo e($links['country']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['listing'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['listing']['link']); ?>"><?php echo e($links['listing']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['developer'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['developer']['link']); ?>"><?php echo e($links['developer']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['projects'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['projects']['link']); ?>"><?php echo e($links['projects']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['province'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['province']['link']); ?>"><?php echo e($links['province']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['city'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['city']['link']); ?>"><?php echo e($links['city']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['area'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['area']['link']); ?>"><?php echo e($links['area']['title']); ?></a></li> <?php endif; ?> </ul> </div> </form> </div> </div> <!-- col-md-12 title small --> <?php if($fProperties): ?> <?php if(!isset($_GET['featured']) || (isset($_GET['featured']) && $_GET['featured'] == 1)): ?> <?php if($fProperties): ?> <div class="container"> <div class="row"> <div class="col-md-12" style="border-bottom: 0px solid #eeeeee; background:#f9f9f9; padding:10px;"> <div class="col-md-6"> <h2 class="propcnt"><?php echo e($countF); ?> Featured Properties Found</h2> </div> <div class="col-md-6"> <form name="sorting" id="sorting_form" method="get"> <?php if($_GET) { foreach ($_GET as $key => $value) { if($key != 'page' && ($key == 'sort-by' && empty($value)) ) { ?> <input type="hidden" name="<?php echo $key ?>" value="<?php echo $value ?>" /> <?php } } } ?> <select class="form-control col-md-3 pull-right" name="sort-by" id="sorting" style="" onchange="$('#sorting_form').submit();" > <option value="price-high-to-low">-- Sort --</option> <option value="price-high-to-low" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'price-high-to-low' ? 'selected="selected"' : ''; ?>>Price (High To Low)</option> <option value="price-low-to-high" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'price-low-to-high' ? 'selected="selected"' : ''; ?>>Price (Low To High)</option> <option value="type" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'type' ? 'selected="selected"' : ''; ?>>Project Type</option> <option value="listing_type" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'listing_type' ? 'selected="selected"' : ''; ?>>Listing Type</option> <option value="developer" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'developer' ? 'selected="selected"' : ''; ?>>Developer</option> <option value="location" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'location' ? 'selected="selected"' : ''; ?>>Location</option> </select> </form> </div> </div><!-- end col-md-12 --> </div><!-- end class row --> </div> <!-- class container --> <!-- --> <div class="row"> <div class="col-md-12 clearpad" id="featured-properties"> <?php if($fProperties): ?> <?php echo $__env->make('client.property.listProjects', ['properties' => $fProperties], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> </div><!-- end list box text show --> </div><!-- end col-md-12 --> <?php endif; ?> <?php endif; ?> <?php endif; ?> <div style="clear:both;"></div> <!-- --> <?php if(count($properties)): ?> <div class="container"> <div class="row"> <div class="col-md-12" style="border-bottom: 0px solid #eeeeee; background:#f9f9f9; padding:10px;"> <div class="col-md-6"> <h2 class="propcnt"><?php echo e($count - $countF); ?> Additional Properties Found</h2> </div> <?php if(!$fProperties): ?> <div class="col-md-6"> <form name="sorting" id="sorting_form" method="get"> <?php if($_GET) { foreach ($_GET as $key => $value) { if($key != 'page' && ($key == 'sort-by' && empty($value)) ) { ?> <input type="hidden" name="<?php echo $key ?>" value="<?php echo $value ?>" /> <?php } } } ?> <select class="form-control col-md-3 pull-right" name="sort-by" id="sorting" style="" onchange="$('#sorting_form').submit();" > <option value="price-high-to-low">-- Sort --</option> <option value="price-high-to-low" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'price-high-to-low' ? 'selected="selected"' : ''; ?>>Price (High To Low)</option> <option value="price-low-to-high" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'price-low-to-high' ? 'selected="selected"' : ''; ?>>Price (Low To High)</option> <option value="type" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'type' ? 'selected="selected"' : ''; ?>>Project Type</option> <option value="listing_type" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'listing_type' ? 'selected="selected"' : ''; ?>>Listing Type</option> <option value="developer" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'developer' ? 'selected="selected"' : ''; ?>>Developer</option> <option value="location" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'location' ? 'selected="selected"' : ''; ?>>Location</option> </select> </form> </div> <?php endif; ?> </div><!-- end col-md-12 --> </div><!-- end class row --> </div> <!-- class container --> <div class="row"> <div class="col-md-12 clearpad" id="additional-properties"> <?php if($properties): ?> <?php echo $__env->make('client.property.listProjects', ['properties' => $properties], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> </div><!-- end list box text show --> </div><!-- end col-md-12 --> <?php endif; ?> <?php if($properties || $fProperties): ?> <div class="row"> <div class="col-md-12 text-center"><?php echo ($count-$countF) > $countF ? $properties->appends($_GET)->render() : $fProperties->appends($_GET)->render(); ?></div> </div> <?php endif; ?> <div style="clear:both;"></div> <?php if(isset($city) && $city): ?> <div class=""> <div class="col-md-12"> <?php if(isset($bottomContentType) && $bottomContentType == 'city'): ?> <div class="media clearfix" itemscope itemtype="https://schema.org/PostalAddress"> <div class="media-body"> <!-- <a itemprop="url" href="/projects/ph/<?php echo e(implode('-', explode(' ', strtolower($city->province_name)))); ?>/<?php echo e(implode('-', explode(' ', strtolower($city->city_name)))); ?>" style="float:left;"> <img class="media-object" style="width: 257px; height: 188px;" width ="257" height="188" title="Real Estate in <?php echo e($city->city_name); ?>" alt="Real Estate in <?php echo e($city->city_name); ?>" itemprop="image" src="<?php echo e(!empty($city->add_image) ? config('multisite.image_site').'/'. $city->add_image : config('multisite.image_site').'/no-image.jpg'); ?>"> </a> --> <h4 class="media-heading" itemprop="name"><?php echo e($city->city_name); ?></h4> <p itemprop="description"> <?php echo $city->description ?> </p> </div> </div> <?php elseif(isset($bottomContentType) && $bottomContentType == 'province'): ?> <div class="media clearfix" itemscope itemtype="https://schema.org/PostalAddress"> <div class="media-body"> <!-- <a itemprop="url" href="/projects/ph/<?php echo e(implode('-', explode(' ', strtolower($city->province_name)))); ?>" style="float:left;"> <img class="media-object" style="width: 257px; height: 188px;" width ="257" height="188" title="Real Estate in <?php echo e($city->province_name); ?>" alt="Real Estate in <?php echo e($city->province_name); ?>" itemprop="image" src="<?php echo e(!empty($city->add_image) ? config('multisite.image_site').'/'. $city->add_image : config('multisite.image_site').'/no-image.jpg'); ?>"> </a> --> <h4 class="media-heading" itemprop="name"><?php echo e($city->province_name); ?></h4> <p itemprop="description"> <?php echo $city->description ?> </p> </div> </div> <?php elseif(isset($bottomContentType) && $bottomContentType == 'area'): ?> <div class="media clearfix" itemscope itemtype="https://schema.org/PostalAddress"> <div class="media-body"> <!-- <a itemprop="url" href="/projects/ph/<?php echo e(implode('-', explode(' ', strtolower($city->province_name)))); ?>/<?php echo e(implode('-', explode(' ', strtolower($city->city_name)))); ?>/<?php echo e(implode('-', explode(' ', strtolower($city->area_name)))); ?>" style="float:left;"> <img class="media-object" style="width: 257px; height: 188px;" width ="257" height="188" title="Real Estate in <?php echo e($city->area_name); ?>" alt="Real Estate in <?php echo e($city->area_name); ?>" itemprop="image" src="<?php echo e(!empty($city->add_image) ? config('multisite.image_site').'/'. $city->add_image : config('multisite.image_site').'/no-image.jpg'); ?>"> </a> --> <h4 class="media-heading" itemprop="name"><?php echo e($city->area_name); ?></h4> <p itemprop="description"> <?php echo $city->description ?> </p> </div> </div> <?php endif; ?> </div> </div> <?php endif; ?> <div style="clear:both;"></div> <?php if(isset($developer) && $developer): ?> <div class=""> <div class="col-md-12"> <div class="media clearfix" itemscope itemtype="https://schema.org/RealEstateAgent"> <div class="media-body"> <!-- <a itemprop="url" href="<?php echo e(action('ClientController@propertyByCity', array(strtolower(str_replace(' ', '-',$developer->developer_name))) )); ?>"> <img class="media-object" style="height: 135px; width: 245px;" height="135" width="245" title="<?php echo e($developer->developer_name); ?> Properties" alt="<?php echo e($developer->developer_name); ?> Properties" itemprop="image" src="<?php echo e(!empty($developer->add_image) ? config('multisite.image_site').'/'. $developer->add_image : config('multisite.image_site').'/no-image.jpg'); ?>"> </a> --> <h4 class="media-heading" itemprop="name"><?php echo e($developer->developer_name); ?></h4> <p itemprop="description"> <?php echo $developer->description; ?> </p> </div> </div> </div> </div> <?php endif; ?> <div style="clear:both;"></div> <?php if(!empty($cityAreaSection)): ?> <?php echo $__env->make('client.cityAreaSection', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> <div style="clear:both;"></div> <?php if(!empty($locationList) && $locationList): ?> <?php echo $__env->make('client.property.locationList', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> <div style="clear:both;"></div> <?php if($priceTable && (!isset($_GET['page']) || $_GET['page'] < 2)): ?> <div class="container"> <div class="row"> <section> <table border="0" width="100%" class="price_table"> <caption class="" style="border-bottom: 5px solid #fff; background:#f9f9f9; padding:10px 20px;margin-top: 10px"> <h2 class="propcnt"><?php echo isset($price_table_title) ? $price_table_title : 'Philippines Property Price List' ?></h2> </caption> <tr class=""> <th> Property Name </th> <th> Price (&#8369;) </th> <th> <?php echo isset($isDeveloper) && $isDeveloper ? 'Developer Name' : 'Location'; ?> </th> </tr> <?php $counter=1; ?> <?php foreach($priceTable as $price): ?> <tr> <td> <a href="<?php echo e(action('PropertyController@propertyDetails', array(implode('-', explode(' ', strtolower($price->developer_name))), implode('-', explode(' ', strtolower($price->property_name))) ) )); ?>"><?php echo e($price->property_name); ?></a> </td> <td> &#8369; <span itemprop="price"><?php echo number_format((int)$price->price,'0','.',',') ?></span> </td> <td> <?php echo isset($isDeveloper) && $isDeveloper ? $price->developer_name : $price->city_name.', '.$price->province_name?> </td> </tr> <?php endforeach; ?> </table> </section> </div> </div> <!-- class container --> <?php endif; ?> <!-- <p class="totop"> <a href="#top" style="display: inline;">Back to top</a> </p> --> </div><!-- end row --> <!-- Content Container --> <!-- End Content Container --> </div><!-- end container --> </div><!-- edn #demo --> </div> <!-- end invenstment properties --> <?php $__env->stopSection(); ?> <?php $__env->startSection('header_script'); ?> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "BreadcrumbList", "itemListElement": [ <?php $count=1; foreach ($links as $key => $link) { if($key !='country') { ?> { "@type": "ListItem", "position": <?php echo $count?>, "item": { "@id": "<?php echo url($link['link']) ?>", "name": "<?php echo $link['name'] ?>" } }<?php echo count($links)-1 > $count ? ',' : ''; ?> <?php $count++; } } ?> ] } </script> <?php $__env->stopSection(); ?> <?php $__env->startSection('footer_script'); ?> <script src="https://www.phrealestate.com/js/jquery-ui.min.js"></script> <script> $(function(){ $("#autocomplete_field").autocomplete({ delay: 10, autoFocus: true, source: function(request, response){ $.ajax({ /* Snip */ dataType: "json", type : 'Get', url: "<?php echo e(action('ClientController@fetchCities')); ?>?term="+request.term, beforeSend: function (){ $(".fa-spin.fa-spinner").show(); $(".fa.fa-map-marker").hide(); $("#search_it").attr('disabled', true); $("#autocomplete_field").css({"padding-left": "30px;"}); }, success: function(data) { $(".fa-spin.fa-spinner").hide(); $(".fa.fa-map-marker").show(); $("#search_it").removeAttr('disabled'); $("#autocomplete_field").css({"padding-left": "20px;"}); response(data); } }); }, minLength: 2, appendTo: ".autocomplete-container", open: function(event, ui) { $(".ui-autocomplete").css({ "background": "#fff none repeat scroll 0 0", "color": "#000", "display": "block", "left": "15px", "list-style": "outside none none", "padding-left": "0", "position": "absolute", "top": "40px", "width": "91%", "z-index": "99999", "padding": "6px 12px", "font-size": '18px', "font-weight": "normal", "text-align" : "left", "font-family" : 'inherit', "max-height": "150px", "overflow-y": "scroll", "z-index": "99" }); }, search: function( event, ui ) { $(".fa-spin.fa-spinner").show(); $(".fa.fa-map-marker").hide(); $("#search_it").attr('disabled', true); }, change: function( event, ui ) { if( ui.item == null ) { $(".autocomplete-container label.error").text('Invalid Location'); $("#search_it").removeAttr('disabled'); $("#city").val(ui.item.city_name); $("#province").val(ui.item.province_name); $("#area").val(ui.item.area_name); } }, select: function( event, ui ) { $(".autocomplete-container label.error").text(''); $(".fa-spin.fa-spinner").hide(); $(".fa.fa-map-marker").show(); // log( ui.item ? "Selected: " + ui.item.value + " aka " + ui.item.id : "Nothing selected, input was " + this.value ); $("#search_it").removeAttr('disabled'); $("#city").val(ui.item.city_name); $("#province").val(ui.item.province_name); $("#area").val(ui.item.area_name); } }).data("ui-autocomplete")._renderItem = function (ul, item) { return $("<li></li>") .data("item.autocomplete", item) .append("<a>" + item.label + " <i>("+item.sub_label+")<i></a>") .appendTo(ul); }; // --------------------- $("#search_it").on('click', function(e){ if($("#search_it").attr('disabled')) { $(".autocomplete-container label.error").text('Invalid Location'); return false; } var listing = $("#listing").val(); var project = $("#project").val(); var city = $("#city").val(); var province = $("#province").val(); var area = $("#area").val(); var url = "/projects"; if(province != ''){ province = 'ph/'+province; } //if(province == '' && city = '' && area ==) url += listing != '' ? '/'+listing.split(' ').join('-') : ''; url += project != '' ? '/'+project.split(' ').join('-') : ''; url += province != '' ? '/'+province.split(' ').join('-') : ''; url += city != '' ? '/'+city.split(' ').join('-') : ''; url += area != '' ? '/'+area.split(' ').join('-') : ''; //alert(url); window.location =url; //var param =[listing.split(' ').join('-'), project.split(' ').join('-'), location.split(' ').join('-')]; //console.log(param); //var url = getvalidUrl('ClientController@propertyiesBySearch', param ); //window.location = url; }); }); function submitForm () { if(!$("#search_it").attr('disabled')) { $("#search_it").trigger('click'); } else { $(".autocomplete-container label.error").text('Invalid Location'); } return false; } </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.berg', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>', '0') in Filesystem.php line 81
  4. at Filesystem->put('/b80c11ae51e410bf3e573465fd3c3a93', '<?php $__env->startSection('meta_title',$meta_title); ?> <?php $__env->startSection('title', $title); ?> <?php $__env->startSection('page_title', $page_title); ?> <?php $__env->startSection('sub_page_title', $sub_page_title); ?> <?php $__env->startSection('content'); ?> <style type="text/css"> .price_table {font-size: 18px;} .price_table tr{ background: #f9f9f9; border-bottom: 2px solid #fff; } .price_table td, .price_table th { padding: 5px 15px; text-align: left; line-height: 32px; } </style> <div class="investment-properties fproperty"> <div id="demo" class="box jplist" style="margin: 20px 0 50px 0"> <div class="container" style="margin-top: 20px;"> <div class="row"> <div style="" class="col-md-12 titlesmall"> <h5 style="color:#3ab3b6; margin-bottom:0;"> </h5> <div class="row"> <form method="get" id="searchForm" action="#" onsubmit="return submitForm();"> <span class="fa fa-times fa-3x" style="color: #fff;" style="display: none;"></span> <div class="form-group clearfix col-sm-12 clearfix saerchbox" style="display: none;"> <div class="col-sm-4 autocomplete-container" > <?php $locationQ = str_replace(' ph locations', '', $locationQ); $locationQ = str_replace('all ph ', '', $locationQ); $locationQ = str_replace('all', '', $locationQ); $locationQ = str_replace('all ph locations', '', $locationQ); $locationQ = str_replace('ph locations', '', $locationQ); $locationQ = str_replace(' ph ', ', ', $locationQ); ?> <span class="fa fa-map-marker"></span> <span class="fa fa-spin fa-spinner" style="display: none;"></span> <label class="error" style="position: absolute; top: -30px;"></label> <input type="text" class="form-control ui-autocomplete-input" placeholder="Location" value="<?php echo e(ucwords($locationQ)); ?>" id="autocomplete_field" name="autocomplete_field" autocomplete="off"> <ul></ul> </div> <div class="col-sm-3"> <select class="form-control" id="listing" name="listing"> <option value="">Select Listing Type</option> <?php if($listings): ?> <?php foreach($listings as $listingg): ?> <option value="<?php echo e(strtolower($listingg->listing_name)); ?>" <?php echo strtolower($listingg->listing_name) == $listing ? 'selected="selected"' : '' ?>><?php echo e($listingg->listing_name); ?></option> <?php endforeach; ?> <?php endif; ?> </select> <ul></ul> </div> <div class="col-sm-3"> <select class="form-control" id="project" name="project"> <option value="">Select Project Type</option> <?php foreach($projects as $project): ?> <option value="<?php echo e(strtolower($project->project_name)); ?>" <?php echo strtolower($project->project_name) == $projectQ ? 'selected="selected"' : '' ?>><?php echo e($project->project_name); ?></option> <?php endforeach; ?> </select> <ul></ul> </div> <div class="col-sm-1"> <input type="hidden" value="<?php echo e(!empty($provinceQ) ? $provinceQ : ''); ?>" id="province" name="province"> <input type="hidden" value="<?php echo e(!empty($cityQ) ? $cityQ : ''); ?>" id="city" name="city"> <input type="hidden" value="<?php echo e(!empty($areaQ) ? $areaQ : ''); ?>" id="area" name="area"> <input type="hidden" value="xmCmv9YHW4DyHBFaYWMBHKJwhg1CLMHg8hlL0UZt" name="_token"> <input type="button" class="btn btn-default" value="Search" name="search" id="search_it"> </div> </div> <div class="form-group clearfix col-sm-12 clearfix" style="margin-bottom: 0;"> <?php $links = []; $urlC = '/projects/'; $links['all-projects'] = ['name'=> 'Projects', 'title' => 'All Projects', 'link' => $urlC ]; !empty($listing) and $links['listing'] = ['name'=> ucwords($listing), 'title'=> implode(" ", explode("-", $listing)).' Projects', 'link' => $urlC.implode("-", explode(" ", strtolower($listing))) ]; $urlC .= !empty($listing) ? implode("-", explode(" ", strtolower($listing))).'/' : ''; !empty($projectQ) and $links['projects'] = ['name'=>ucwords($projectQ), 'title'=> implode(" ", explode("-", $projectQ)).' Projects', 'link' => $urlC.implode("-", explode(" ", strtolower($projectQ))) ]; $urlC .= !empty($projectQ) ? implode("-", explode(" ", strtolower($projectQ))).'/' : ''; //if(!empty($listing) || !empty($projectQ)) { // $links['country'] = ['title'=> 'units in ph', 'link' => action('NewUnitController@ProjectsByUnitAndProjectType', [implode("-", explode(" ", $listing)), implode("-", explode(" ", $projectQ))])]; //} else { $links['country'] = ['name'=> 'Philippines', 'title'=> 'Projects in Philippines', 'link' => '/projects']; //} !empty($developer) and $links['developer'] = ['name'=>ucwords($developer->developer_name), 'title'=> 'Projects by '.implode(" ", explode("-", ucwords($developer->developer_name))), 'link' => '/projects/'.implode("-", explode(" ", strtolower($developer->developer_name))) ]; !empty($provinceQ) and $links['province'] = ['name'=>ucwords($provinceQ), 'title'=> 'Projects in '.implode(" ", explode("-", $provinceQ)), 'link' => $urlC.'ph/'.implode("-", explode(" ", strtolower($provinceQ))) ]; $urlC .= !empty($provinceQ) ? 'ph/'.implode("-", explode(" ", strtolower($provinceQ))).'/' : ''; !empty($cityQ) and $links['city'] = ['name'=>ucwords($cityQ), 'title'=> 'Projects in '.implode(" ", explode("-", $cityQ)), 'link' => $urlC.implode("-", explode(" ", strtolower($cityQ)))]; $urlC .= !empty($provinceQ) ? implode("-", explode(" ", strtolower($cityQ))).'/' : ''; !empty($areaQ) and $links['area'] = ['name'=>ucwords($areaQ), 'title'=> 'Projects in '.implode(" ", explode("-", $areaQ)), 'link' => $urlC.implode("-", explode(" ", strtolower($areaQ)))]; ?> <ul class="breadcrumbs"> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="/">Home</a></li> <?php if(!empty($links['country'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['country']['link']); ?>"><?php echo e($links['country']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['listing'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['listing']['link']); ?>"><?php echo e($links['listing']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['developer'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['developer']['link']); ?>"><?php echo e($links['developer']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['projects'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['projects']['link']); ?>"><?php echo e($links['projects']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['province'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['province']['link']); ?>"><?php echo e($links['province']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['city'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['city']['link']); ?>"><?php echo e($links['city']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['area'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['area']['link']); ?>"><?php echo e($links['area']['title']); ?></a></li> <?php endif; ?> </ul> </div> </form> <form method="get" class="white-label-form" id="white-label-form"> <div class="form-group clearfix col-sm-10 col-md-offset-1 clearfix saerchbox" style="display: none;"> <div class="col-sm-4 autocomplete-container" > <span class="fa fa-search"></span> <input type="text" class="form-control" placeholder="Search" value="" id="trigger-popup-field" name="autocomplete_field" autocomplete="off"> <ul></ul> </div> </div> <div class="form-group clearfix col-sm-12 clearfix" style="margin-bottom: 0;"> <?php $links = []; $urlC = '/projects/'; $links['all-projects'] = ['name'=> 'Projects', 'title' => 'All Projects', 'link' => $urlC ]; !empty($listing) and $links['listing'] = ['name'=> ucwords($listing), 'title'=> implode(" ", explode("-", $listing)).' Projects', 'link' => $urlC.implode("-", explode(" ", strtolower($listing))) ]; $urlC .= !empty($listing) ? implode("-", explode(" ", strtolower($listing))).'/' : ''; !empty($projectQ) and $links['projects'] = ['name'=>ucwords($projectQ), 'title'=> implode(" ", explode("-", $projectQ)).' Projects', 'link' => $urlC.implode("-", explode(" ", strtolower($projectQ))) ]; $urlC .= !empty($projectQ) ? implode("-", explode(" ", strtolower($projectQ))).'/' : ''; //if(!empty($listing) || !empty($projectQ)) { // $links['country'] = ['title'=> 'units in ph', 'link' => action('NewUnitController@ProjectsByUnitAndProjectType', [implode("-", explode(" ", $listing)), implode("-", explode(" ", $projectQ))])]; //} else { $links['country'] = ['name'=> 'Philippines', 'title'=> 'Projects in Philippines', 'link' => '/projects']; //} !empty($developer) and $links['developer'] = ['name'=>ucwords($developer->developer_name), 'title'=> 'Projects by '.implode(" ", explode("-", ucwords($developer->developer_name))), 'link' => '/projects/'.implode("-", explode(" ", strtolower($developer->developer_name))) ]; !empty($provinceQ) and $links['province'] = ['name'=>ucwords($provinceQ), 'title'=> 'Projects in '.implode(" ", explode("-", $provinceQ)), 'link' => $urlC.'ph/'.implode("-", explode(" ", strtolower($provinceQ))) ]; $urlC .= !empty($provinceQ) ? 'ph/'.implode("-", explode(" ", strtolower($provinceQ))).'/' : ''; !empty($cityQ) and $links['city'] = ['name'=>ucwords($cityQ), 'title'=> 'Projects in '.implode(" ", explode("-", $cityQ)), 'link' => $urlC.implode("-", explode(" ", strtolower($cityQ)))]; $urlC .= !empty($provinceQ) ? implode("-", explode(" ", strtolower($cityQ))).'/' : ''; !empty($areaQ) and $links['area'] = ['name'=>ucwords($areaQ), 'title'=> 'Projects in '.implode(" ", explode("-", $areaQ)), 'link' => $urlC.implode("-", explode(" ", strtolower($areaQ)))]; ?> <ul class="breadcrumbs"> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="/">Home</a></li> <?php if(!empty($links['country'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['country']['link']); ?>"><?php echo e($links['country']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['listing'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['listing']['link']); ?>"><?php echo e($links['listing']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['developer'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['developer']['link']); ?>"><?php echo e($links['developer']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['projects'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['projects']['link']); ?>"><?php echo e($links['projects']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['province'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['province']['link']); ?>"><?php echo e($links['province']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['city'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['city']['link']); ?>"><?php echo e($links['city']['title']); ?></a></li> <?php endif; ?> <?php if(!empty($links['area'])): ?> <li><i class="fa fa-angle-double-right"></i></li> <li><a href="<?php echo e($links['area']['link']); ?>"><?php echo e($links['area']['title']); ?></a></li> <?php endif; ?> </ul> </div> </form> </div> </div> <!-- col-md-12 title small --> <?php if($fProperties): ?> <?php if(!isset($_GET['featured']) || (isset($_GET['featured']) && $_GET['featured'] == 1)): ?> <?php if($fProperties): ?> <div class="container"> <div class="row"> <div class="col-md-12" style="border-bottom: 0px solid #eeeeee; background:#f9f9f9; padding:10px;"> <div class="col-md-6"> <h2 class="propcnt"><?php echo e($countF); ?> Featured Properties Found</h2> </div> <div class="col-md-6"> <form name="sorting" id="sorting_form" method="get"> <?php if($_GET) { foreach ($_GET as $key => $value) { if($key != 'page' && ($key == 'sort-by' && empty($value)) ) { ?> <input type="hidden" name="<?php echo $key ?>" value="<?php echo $value ?>" /> <?php } } } ?> <select class="form-control col-md-3 pull-right" name="sort-by" id="sorting" style="" onchange="$('#sorting_form').submit();" > <option value="price-high-to-low">-- Sort --</option> <option value="price-high-to-low" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'price-high-to-low' ? 'selected="selected"' : ''; ?>>Price (High To Low)</option> <option value="price-low-to-high" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'price-low-to-high' ? 'selected="selected"' : ''; ?>>Price (Low To High)</option> <option value="type" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'type' ? 'selected="selected"' : ''; ?>>Project Type</option> <option value="listing_type" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'listing_type' ? 'selected="selected"' : ''; ?>>Listing Type</option> <option value="developer" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'developer' ? 'selected="selected"' : ''; ?>>Developer</option> <option value="location" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'location' ? 'selected="selected"' : ''; ?>>Location</option> </select> </form> </div> </div><!-- end col-md-12 --> </div><!-- end class row --> </div> <!-- class container --> <!-- --> <div class="row"> <div class="col-md-12 clearpad" id="featured-properties"> <?php if($fProperties): ?> <?php echo $__env->make('client.property.listProjects', ['properties' => $fProperties], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> </div><!-- end list box text show --> </div><!-- end col-md-12 --> <?php endif; ?> <?php endif; ?> <?php endif; ?> <div style="clear:both;"></div> <!-- --> <?php if(count($properties)): ?> <div class="container"> <div class="row"> <div class="col-md-12" style="border-bottom: 0px solid #eeeeee; background:#f9f9f9; padding:10px;"> <div class="col-md-6"> <h2 class="propcnt"><?php echo e($count - $countF); ?> Additional Properties Found</h2> </div> <?php if(!$fProperties): ?> <div class="col-md-6"> <form name="sorting" id="sorting_form" method="get"> <?php if($_GET) { foreach ($_GET as $key => $value) { if($key != 'page' && ($key == 'sort-by' && empty($value)) ) { ?> <input type="hidden" name="<?php echo $key ?>" value="<?php echo $value ?>" /> <?php } } } ?> <select class="form-control col-md-3 pull-right" name="sort-by" id="sorting" style="" onchange="$('#sorting_form').submit();" > <option value="price-high-to-low">-- Sort --</option> <option value="price-high-to-low" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'price-high-to-low' ? 'selected="selected"' : ''; ?>>Price (High To Low)</option> <option value="price-low-to-high" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'price-low-to-high' ? 'selected="selected"' : ''; ?>>Price (Low To High)</option> <option value="type" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'type' ? 'selected="selected"' : ''; ?>>Project Type</option> <option value="listing_type" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'listing_type' ? 'selected="selected"' : ''; ?>>Listing Type</option> <option value="developer" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'developer' ? 'selected="selected"' : ''; ?>>Developer</option> <option value="location" <?php echo !empty($_GET['sort-by']) && $_GET['sort-by'] == 'location' ? 'selected="selected"' : ''; ?>>Location</option> </select> </form> </div> <?php endif; ?> </div><!-- end col-md-12 --> </div><!-- end class row --> </div> <!-- class container --> <div class="row"> <div class="col-md-12 clearpad" id="additional-properties"> <?php if($properties): ?> <?php echo $__env->make('client.property.listProjects', ['properties' => $properties], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> </div><!-- end list box text show --> </div><!-- end col-md-12 --> <?php endif; ?> <?php if($properties || $fProperties): ?> <div class="row"> <div class="col-md-12 text-center"><?php echo ($count-$countF) > $countF ? $properties->appends($_GET)->render() : $fProperties->appends($_GET)->render(); ?></div> </div> <?php endif; ?> <div style="clear:both;"></div> <?php if(isset($city) && $city): ?> <div class=""> <div class="col-md-12"> <?php if(isset($bottomContentType) && $bottomContentType == 'city'): ?> <div class="media clearfix" itemscope itemtype="https://schema.org/PostalAddress"> <div class="media-body"> <!-- <a itemprop="url" href="/projects/ph/<?php echo e(implode('-', explode(' ', strtolower($city->province_name)))); ?>/<?php echo e(implode('-', explode(' ', strtolower($city->city_name)))); ?>" style="float:left;"> <img class="media-object" style="width: 257px; height: 188px;" width ="257" height="188" title="Real Estate in <?php echo e($city->city_name); ?>" alt="Real Estate in <?php echo e($city->city_name); ?>" itemprop="image" src="<?php echo e(!empty($city->add_image) ? config('multisite.image_site').'/'. $city->add_image : config('multisite.image_site').'/no-image.jpg'); ?>"> </a> --> <h4 class="media-heading" itemprop="name"><?php echo e($city->city_name); ?></h4> <p itemprop="description"> <?php echo $city->description ?> </p> </div> </div> <?php elseif(isset($bottomContentType) && $bottomContentType == 'province'): ?> <div class="media clearfix" itemscope itemtype="https://schema.org/PostalAddress"> <div class="media-body"> <!-- <a itemprop="url" href="/projects/ph/<?php echo e(implode('-', explode(' ', strtolower($city->province_name)))); ?>" style="float:left;"> <img class="media-object" style="width: 257px; height: 188px;" width ="257" height="188" title="Real Estate in <?php echo e($city->province_name); ?>" alt="Real Estate in <?php echo e($city->province_name); ?>" itemprop="image" src="<?php echo e(!empty($city->add_image) ? config('multisite.image_site').'/'. $city->add_image : config('multisite.image_site').'/no-image.jpg'); ?>"> </a> --> <h4 class="media-heading" itemprop="name"><?php echo e($city->province_name); ?></h4> <p itemprop="description"> <?php echo $city->description ?> </p> </div> </div> <?php elseif(isset($bottomContentType) && $bottomContentType == 'area'): ?> <div class="media clearfix" itemscope itemtype="https://schema.org/PostalAddress"> <div class="media-body"> <!-- <a itemprop="url" href="/projects/ph/<?php echo e(implode('-', explode(' ', strtolower($city->province_name)))); ?>/<?php echo e(implode('-', explode(' ', strtolower($city->city_name)))); ?>/<?php echo e(implode('-', explode(' ', strtolower($city->area_name)))); ?>" style="float:left;"> <img class="media-object" style="width: 257px; height: 188px;" width ="257" height="188" title="Real Estate in <?php echo e($city->area_name); ?>" alt="Real Estate in <?php echo e($city->area_name); ?>" itemprop="image" src="<?php echo e(!empty($city->add_image) ? config('multisite.image_site').'/'. $city->add_image : config('multisite.image_site').'/no-image.jpg'); ?>"> </a> --> <h4 class="media-heading" itemprop="name"><?php echo e($city->area_name); ?></h4> <p itemprop="description"> <?php echo $city->description ?> </p> </div> </div> <?php endif; ?> </div> </div> <?php endif; ?> <div style="clear:both;"></div> <?php if(isset($developer) && $developer): ?> <div class=""> <div class="col-md-12"> <div class="media clearfix" itemscope itemtype="https://schema.org/RealEstateAgent"> <div class="media-body"> <!-- <a itemprop="url" href="<?php echo e(action('ClientController@propertyByCity', array(strtolower(str_replace(' ', '-',$developer->developer_name))) )); ?>"> <img class="media-object" style="height: 135px; width: 245px;" height="135" width="245" title="<?php echo e($developer->developer_name); ?> Properties" alt="<?php echo e($developer->developer_name); ?> Properties" itemprop="image" src="<?php echo e(!empty($developer->add_image) ? config('multisite.image_site').'/'. $developer->add_image : config('multisite.image_site').'/no-image.jpg'); ?>"> </a> --> <h4 class="media-heading" itemprop="name"><?php echo e($developer->developer_name); ?></h4> <p itemprop="description"> <?php echo $developer->description; ?> </p> </div> </div> </div> </div> <?php endif; ?> <div style="clear:both;"></div> <?php if(!empty($cityAreaSection)): ?> <?php echo $__env->make('client.cityAreaSection', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> <div style="clear:both;"></div> <?php if(!empty($locationList) && $locationList): ?> <?php echo $__env->make('client.property.locationList', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> <div style="clear:both;"></div> <?php if($priceTable && (!isset($_GET['page']) || $_GET['page'] < 2)): ?> <div class="container"> <div class="row"> <section> <table border="0" width="100%" class="price_table"> <caption class="" style="border-bottom: 5px solid #fff; background:#f9f9f9; padding:10px 20px;margin-top: 10px"> <h2 class="propcnt"><?php echo isset($price_table_title) ? $price_table_title : 'Philippines Property Price List' ?></h2> </caption> <tr class=""> <th> Property Name </th> <th> Price (&#8369;) </th> <th> <?php echo isset($isDeveloper) && $isDeveloper ? 'Developer Name' : 'Location'; ?> </th> </tr> <?php $counter=1; ?> <?php foreach($priceTable as $price): ?> <tr> <td> <a href="<?php echo e(action('PropertyController@propertyDetails', array(implode('-', explode(' ', strtolower($price->developer_name))), implode('-', explode(' ', strtolower($price->property_name))) ) )); ?>"><?php echo e($price->property_name); ?></a> </td> <td> &#8369; <span itemprop="price"><?php echo number_format((int)$price->price,'0','.',',') ?></span> </td> <td> <?php echo isset($isDeveloper) && $isDeveloper ? $price->developer_name : $price->city_name.', '.$price->province_name?> </td> </tr> <?php endforeach; ?> </table> </section> </div> </div> <!-- class container --> <?php endif; ?> <!-- <p class="totop"> <a href="#top" style="display: inline;">Back to top</a> </p> --> </div><!-- end row --> <!-- Content Container --> <!-- End Content Container --> </div><!-- end container --> </div><!-- edn #demo --> </div> <!-- end invenstment properties --> <?php $__env->stopSection(); ?> <?php $__env->startSection('header_script'); ?> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "BreadcrumbList", "itemListElement": [ <?php $count=1; foreach ($links as $key => $link) { if($key !='country') { ?> { "@type": "ListItem", "position": <?php echo $count?>, "item": { "@id": "<?php echo url($link['link']) ?>", "name": "<?php echo $link['name'] ?>" } }<?php echo count($links)-1 > $count ? ',' : ''; ?> <?php $count++; } } ?> ] } </script> <?php $__env->stopSection(); ?> <?php $__env->startSection('footer_script'); ?> <script src="https://www.phrealestate.com/js/jquery-ui.min.js"></script> <script> $(function(){ $("#autocomplete_field").autocomplete({ delay: 10, autoFocus: true, source: function(request, response){ $.ajax({ /* Snip */ dataType: "json", type : 'Get', url: "<?php echo e(action('ClientController@fetchCities')); ?>?term="+request.term, beforeSend: function (){ $(".fa-spin.fa-spinner").show(); $(".fa.fa-map-marker").hide(); $("#search_it").attr('disabled', true); $("#autocomplete_field").css({"padding-left": "30px;"}); }, success: function(data) { $(".fa-spin.fa-spinner").hide(); $(".fa.fa-map-marker").show(); $("#search_it").removeAttr('disabled'); $("#autocomplete_field").css({"padding-left": "20px;"}); response(data); } }); }, minLength: 2, appendTo: ".autocomplete-container", open: function(event, ui) { $(".ui-autocomplete").css({ "background": "#fff none repeat scroll 0 0", "color": "#000", "display": "block", "left": "15px", "list-style": "outside none none", "padding-left": "0", "position": "absolute", "top": "40px", "width": "91%", "z-index": "99999", "padding": "6px 12px", "font-size": '18px', "font-weight": "normal", "text-align" : "left", "font-family" : 'inherit', "max-height": "150px", "overflow-y": "scroll", "z-index": "99" }); }, search: function( event, ui ) { $(".fa-spin.fa-spinner").show(); $(".fa.fa-map-marker").hide(); $("#search_it").attr('disabled', true); }, change: function( event, ui ) { if( ui.item == null ) { $(".autocomplete-container label.error").text('Invalid Location'); $("#search_it").removeAttr('disabled'); $("#city").val(ui.item.city_name); $("#province").val(ui.item.province_name); $("#area").val(ui.item.area_name); } }, select: function( event, ui ) { $(".autocomplete-container label.error").text(''); $(".fa-spin.fa-spinner").hide(); $(".fa.fa-map-marker").show(); // log( ui.item ? "Selected: " + ui.item.value + " aka " + ui.item.id : "Nothing selected, input was " + this.value ); $("#search_it").removeAttr('disabled'); $("#city").val(ui.item.city_name); $("#province").val(ui.item.province_name); $("#area").val(ui.item.area_name); } }).data("ui-autocomplete")._renderItem = function (ul, item) { return $("<li></li>") .data("item.autocomplete", item) .append("<a>" + item.label + " <i>("+item.sub_label+")<i></a>") .appendTo(ul); }; // --------------------- $("#search_it").on('click', function(e){ if($("#search_it").attr('disabled')) { $(".autocomplete-container label.error").text('Invalid Location'); return false; } var listing = $("#listing").val(); var project = $("#project").val(); var city = $("#city").val(); var province = $("#province").val(); var area = $("#area").val(); var url = "/projects"; if(province != ''){ province = 'ph/'+province; } //if(province == '' && city = '' && area ==) url += listing != '' ? '/'+listing.split(' ').join('-') : ''; url += project != '' ? '/'+project.split(' ').join('-') : ''; url += province != '' ? '/'+province.split(' ').join('-') : ''; url += city != '' ? '/'+city.split(' ').join('-') : ''; url += area != '' ? '/'+area.split(' ').join('-') : ''; //alert(url); window.location =url; //var param =[listing.split(' ').join('-'), project.split(' ').join('-'), location.split(' ').join('-')]; //console.log(param); //var url = getvalidUrl('ClientController@propertyiesBySearch', param ); //window.location = url; }); }); function submitForm () { if(!$("#search_it").attr('disabled')) { $("#search_it").trigger('click'); } else { $(".autocomplete-container label.error").text('Invalid Location'); } return false; } </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.berg', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>') in BladeCompiler.php line 102
  5. at BladeCompiler->compile('/home/buydmci/resources/views/client/property/properties.blade.php') in CompilerEngine.php line 50
  6. at CompilerEngine->get('/home/buydmci/resources/views/client/property/properties.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'errors' => object(ViewErrorBag), 'count' => '0', 'countF' => '0', 'countries' => array(object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass)), 'priceTable' => array(), 'properties' => object(LengthAwarePaginator), 'fProperties' => object(LengthAwarePaginator), 'listings' => object(Collection), 'provinces' => object(Collection), 'projects' => object(Collection), 'title' => '0 Active Land Group Real Estate Projects For Sale in The Philippines | Price', 'meta_title' => 'Looking for Active Land Group House & Lot, Condominium, Townhouse and other residential as well as Commercial Real Estate Properties for Sale in the Philippines? 0 Active Land Group projects with 0 available at the most affordable and cheapest price from the best property developers from the Philippines. For more details, free site visit,Chat Live with an Agent 24 X 7. ', 'page_title' => '0 Active Land Group Real Estate Projects For Sale With Price', 'sub_page_title' => '0 Active Land Group Units available For Sale or Rent', 'price_table_title' => 'Philippines Active Land Group For Sale Price List', 'locationList' => array(), 'location_type' => 'province', 'listing' => 'active land group', 'projectQ' => '', 'locationQ' => '')) in View.php line 147
  7. at View->getContents() in View.php line 118
  8. at View->renderContents() in View.php line 83
  9. at View->render() in Response.php line 51
  10. at Response->setContent(object(View)) in Response.php line 202
  11. at Response->__construct(object(View)) in Router.php line 1229
  12. at Router->prepareResponse(object(Request), object(View)) in ControllerDispatcher.php line 112
  13. at ControllerDispatcher->Illuminate\Routing\{closure}(object(Request))
  14. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 139
  15. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in OnlyAdminAllowed.php line 100
  16. at OnlyAdminAllowed->handle(object(Request), object(Closure))
  17. at call_user_func_array(array(object(OnlyAdminAllowed), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
  18. at Pipeline->Illuminate\Pipeline\{closure}(object(Request))
  19. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 102
  20. at Pipeline->then(object(Closure)) in ControllerDispatcher.php line 114
  21. at ControllerDispatcher->callWithinStack(object(PropertyController), object(Route), object(Request), 'propertiesByProject') in ControllerDispatcher.php line 68
  22. at ControllerDispatcher->dispatch(object(Route), object(Request), 'App\Http\Controllers\PropertyController', 'propertiesByProject') in Route.php line 203
  23. at Route->runWithCustomDispatcher(object(Request)) in Route.php line 134
  24. at Route->run(object(Request)) in Router.php line 708
  25. at Router->Illuminate\Routing\{closure}(object(Request))
  26. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 139
  27. at Pipeline->Illuminate\Pipeline\{closure}(object(Request))
  28. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 102
  29. at Pipeline->then(object(Closure)) in Router.php line 710
  30. at Router->runRouteWithinStack(object(Route), object(Request)) in Router.php line 674
  31. at Router->dispatchToRoute(object(Request)) in Router.php line 635
  32. at Router->dispatch(object(Request)) in Kernel.php line 236
  33. at Kernel->Illuminate\Foundation\Http\{closure}(object(Request))
  34. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 139
  35. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in VerifyCsrfToken.php line 50
  36. at VerifyCsrfToken->handle(object(Request), object(Closure))
  37. at call_user_func_array(array(object(VerifyCsrfToken), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
  38. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in ShareErrorsFromSession.php line 49
  39. at ShareErrorsFromSession->handle(object(Request), object(Closure))
  40. at call_user_func_array(array(object(ShareErrorsFromSession), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
  41. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in StartSession.php line 62
  42. at StartSession->handle(object(Request), object(Closure))
  43. at call_user_func_array(array(object(StartSession), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
  44. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in AddQueuedCookiesToResponse.php line 37
  45. at AddQueuedCookiesToResponse->handle(object(Request), object(Closure))
  46. at call_user_func_array(array(object(AddQueuedCookiesToResponse), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
  47. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in EncryptCookies.php line 59
  48. at EncryptCookies->handle(object(Request), object(Closure))
  49. at call_user_func_array(array(object(EncryptCookies), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
  50. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in CheckForMaintenanceMode.php line 44
  51. at CheckForMaintenanceMode->handle(object(Request), object(Closure))
  52. at call_user_func_array(array(object(CheckForMaintenanceMode), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
  53. at Pipeline->Illuminate\Pipeline\{closure}(object(Request))
  54. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 102
  55. at Pipeline->then(object(Closure)) in Kernel.php line 122
  56. at Kernel->sendRequestThroughRouter(object(Request)) in Kernel.php line 87
  57. at Kernel->handle(object(Request)) in index.php line 53

Whoops, looks like something went wrong.

1/1 ErrorException in Filesystem.php line 81: file_put_contents(/home/buydmci/storage/framework/sessions/a6905ede1346f070dcca844d825b49a251b1313f): failed to open stream: No such file or directory

  1. in Filesystem.php line 81
  2. at HandleExceptions->handleError('2', 'file_put_contents(/home/buydmci/storage/framework/sessions/a6905ede1346f070dcca844d825b49a251b1313f): failed to open stream: No such file or directory', '/home/buydmci/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php', '81', array('path' => '/home/buydmci/storage/framework/sessions/a6905ede1346f070dcca844d825b49a251b1313f', 'contents' => 'a:3:{s:6:"_token";s:40:"UvuFIqq4kwotA2ZfMptcK92mRrPFOT3dFJ9HZVFG";s:9:"_sf2_meta";a:3:{s:1:"u";i:1711653759;s:1:"c";i:1711653759;s:1:"l";s:1:"0";}s:5:"flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}', 'lock' => true))
  3. at file_put_contents('/home/buydmci/storage/framework/sessions/a6905ede1346f070dcca844d825b49a251b1313f', 'a:3:{s:6:"_token";s:40:"UvuFIqq4kwotA2ZfMptcK92mRrPFOT3dFJ9HZVFG";s:9:"_sf2_meta";a:3:{s:1:"u";i:1711653759;s:1:"c";i:1711653759;s:1:"l";s:1:"0";}s:5:"flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}', '2') in Filesystem.php line 81
  4. at Filesystem->put('/home/buydmci/storage/framework/sessions/a6905ede1346f070dcca844d825b49a251b1313f', 'a:3:{s:6:"_token";s:40:"UvuFIqq4kwotA2ZfMptcK92mRrPFOT3dFJ9HZVFG";s:9:"_sf2_meta";a:3:{s:1:"u";i:1711653759;s:1:"c";i:1711653759;s:1:"l";s:1:"0";}s:5:"flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}', true) in FileSessionHandler.php line 83
  5. at FileSessionHandler->write('a6905ede1346f070dcca844d825b49a251b1313f', 'a:3:{s:6:"_token";s:40:"UvuFIqq4kwotA2ZfMptcK92mRrPFOT3dFJ9HZVFG";s:9:"_sf2_meta";a:3:{s:1:"u";i:1711653759;s:1:"c";i:1711653759;s:1:"l";s:1:"0";}s:5:"flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}') in Store.php line 262
  6. at Store->save() in StartSession.php line 88
  7. at StartSession->terminate(object(Request), object(Response)) in Kernel.php line 145
  8. at Kernel->terminate(object(Request), object(Response)) in index.php line 58