Whoops, looks like something went wrong.

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

  1. in Filesystem.php line 81
  2. at HandleExceptions->handleError('2', 'file_put_contents(/64f2ab42a5ec1b3edcaf2134a28df4b2): failed to open stream: Permission denied', '/home/buydmci/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php', '81', array('path' => '/64f2ab42a5ec1b3edcaf2134a28df4b2', 'contents' => '<!doctype html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head> <meta charset="utf-8"> <!-- Site Title --> <title>page not found</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"> <meta name="description" content="Page Not Found"> <!-- Google Font --> <link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Raleway:400,700' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800italic,800' rel='stylesheet' type='text/css'> <!-- Bootstrap Core CSS --> <link href="/assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"> <!-- Font icons CSS --> <link href="/assets/plugins/icons-mind/style.css" rel="stylesheet" type="text/css"> <link href="/assets/plugins/fontawesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <!-- Plugins CSS --> <!-- <link href="/assets/plugins/jpreloader/css/jpreloader.css" rel="stylesheet" type="text/css"> --> <link href="/assets/plugins/animate-css/animate.min.css" rel="stylesheet" type="text/css"> <link href="/assets/plugins/magnificPopup/magnific-popup.css" rel="stylesheet" type="text/css"> <link href="/assets/plugins/flexSlider/flexslider.css" rel="stylesheet" type="text/css"> <link href="/assets/plugins/noUiSlider/nouislider.min.css" rel="stylesheet" type="text/css"> <link href="/assets/css/swipebox.min.css" rel="stylesheet" type="text/css"> <!-- Main CSS --> <link href="/assets/css/berg.css" rel="stylesheet" type="text/css"> <link href="/assets/css/panel.css" rel="stylesheet" type="text/css"> <link href="/assets/css/style-css.css" rel="stylesheet" type="text/css"> <!-- Color CSS --> <!--<link href="/assets/css/colors/green.css" rel="stylesheet" type="text/css">--> <!-- Modernizr JS for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 8]> <script src="/assets/plugins/modernizr.min.js"></script> <![endif]--> </head> <!-- The #page-top ID is part of the scrolling feature - the data-spy and data-target are part of the built-in Bootstrap scrollspy function --> <body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top" data-offset="66"> <!--[if lt IE 10]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <!-- NAVIGATION START --> <nav id="navigation" class="navbar navbar-fixed-top center-menu"> <div class="container navbar-container"> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".berg-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand visible-xs visible-sm" href="#page-top">PH REALTY</a> </div> <!-- //.navbar-header --> <div class="navbar-collapse collapse berg-collapse"> <ul class="nav navbar-nav top-level-menu"> <li class="page-scroll2"> <a href="<?php echo e(action('ClientController@index')); ?>">HOME</a> </li> <li class="page-scroll2"> <a href="<?php echo e(action('PropertyController@properties')); ?>">PROPERTIES</a> </li> <li class="page-scroll2"> <a href="<?php echo e(action('ClientController@cities')); ?>">LOCATIONS</a> </li> <li class="page-scroll2"> <a href="<?php echo e(action('ClientController@developers')); ?>">DEVELOPERS</a> </li> <li class="page-scroll2"> <a href="<?php echo e(action('NewUnitController@properties')); ?>">PROPERTIES</a> </li> <li class="page-scroll2"> <a href="<?php echo e(action('ClientController@ContactUs')); ?>">CONTACT US</a> </li> <li class="page-scroll2"> <a href="<?php echo e(action('FrontarticalController@front_artical')); ?>">ARTICLES</a> </li> </ul> </div> <!-- //.navbar-collapse --> </div> <!-- //.navbar-container --> </nav> <!-- //NAVIGATION END --> <!-- PROFILE SECTION START --> <?php $section = \Request::segment(1) == 'developers.php' || \Request::segment(1) == 'cities.php' ? 'references' : 'profile'; ?> <section id="<?php echo e($section); ?>" class="section"> <div class="container section-wrapper"> <div class="section-content"> <div class="row"> <div class="col-md-8 col-md-offset-2 text-center"> <h1 class="section-title uppercase">Page Not Found</h1> <p class="section-subtitle">For price list, model house, floor plans, payment terms, chat live with an agent 24x7.</p> <span class="divider center"></span> </div> <!-- //.col-md-8 --> <div class="col-md-12 match-height"> <!-- PROFILE TEXT START --> <div class="profile-text padding-right-yes"> <div class="row"> <!-- Content --> <div class="investment-properties"> <div id="demo" class="box jplist" style="margin: 20px 0 50px 0"> <div class="container" style="margin-top: 20px; text-align:center;"> <div class="row"> <div class="col-md-12 col-xs-12 clearpad" id="featured-properties"> <h2>Sorry!</h2> <p>Page Not Found</p> </div><!-- end col-md-12 --> <div style="clear:both;"></div> </div> </div><!-- end container --> </div><!-- edn #demo --> </div> <!-- end invenstment properties --> <!-- ./ content --> </div> <!-- //.row --> </div> <!-- //PROFILE TEXT END --> </div> <!-- //.col-md-7 --> </div> <!-- //.row --> </div> <!-- //.section-content --> </div> <!-- //.container --> </section> <!-- //PROFILE SECTION END --> <!-- FOOTER START --> <footer class="footer"> <div class="container"> <div class="row site_map"> <div class="col-sm-3"> <h3 class="heading">Featured Project</h3> <p> <?php $siteMap = config('multisite.footer_area'); ?> <?php if(isset($siteMap['properties'])): ?> <?php foreach($siteMap['properties'] as $property): ?> <a href="<?php echo e(action('ClientController@propertyDetails', array(strtolower(str_replace(' ', '-',$property->property_name))) )); ?>" title="<?php echo e($property->property_name); ?>"><!--<i class="fa fa-circle"></i>--><?php echo e($property->property_name); ?></a> <br/> <?php endforeach; ?> <?php endif; ?> </p> </div> <div class="col-sm-3"> <h3 class="heading">Featured Developer</h3> <p> <?php if(isset($siteMap['developers'])): ?> <?php foreach($siteMap['developers'] as $developer): ?> <a href="<?php echo e(action('ClientController@propertyByCity', array(strtolower(str_replace(' ', '-',$developer->developer_name))) )); ?>" title="<?php echo e($developer->developer_name); ?>"><!--<i class="fa fa-circle"></i>--><?php echo e($developer->developer_name); ?></a> <br/> <?php endforeach; ?> <?php endif; ?> </p> </div> <div class="col-sm-3"> <h3 class="heading">Popular Locations</h3> <p> <?php if(isset($siteMap['city'])): ?> <?php foreach($siteMap['city'] as $city): ?> <a href="<?php echo e(action('ClientController@propertyByCity', array(strtolower(str_replace(' ', '-',$city->city_name))) )); ?>" title="<?php echo e($city->additional_name); ?>"><!--<i class="fa fa-circle"></i>--><?php echo e($city->additional_name); ?></a> <br/> <?php endforeach; ?> <?php endif; ?> </p> </div> <div class="col-sm-3"> <h3 class="heading">Popular Locations</h3> <p> <?php if(isset($siteMap['condos'])): ?> <?php foreach($siteMap['condos'] as $city): ?> <a href="<?php echo e(action('ClientController@propertyByCity', array(strtolower(str_replace(' ', '-',$city->city_name))) )); ?>" title="<?php echo e($city->additional_name); ?>"><!--<i class="fa fa-circle"></i>--><?php echo e($city->additional_name); ?></a> <br/> <?php endforeach; ?> <?php endif; ?> </p> </div> </div> <div class="row" style="margin-top: 15px;"> <div class="col-md-8"> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.7&appId=279125282099514"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <div class="fb-page" data-href="https://www.facebook.com/PhRealtyinc/" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="false"><blockquote cite="https://www.facebook.com/PhRealtyinc/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/PhRealtyinc/">PH Realty</a></blockquote></div> <div class="g-plusone" data-annotation="inline" data-width="300" data-href="http://www.phrealestate.com"></div> </div> <div class="col-md-4"> <div style="text-align:right;"> <p><img src="/images/<?php echo e(config('multisite.site_logo')); ?>" alt="logo" width="200"></p> <p class="address-tag"><?php echo e(config('multisite.site_address')); ?><br/> <?php echo e(config('multisite.site_phone')); ?></p> </div> </div> <!-- //.col-md-12 --> </div> <!-- //.row --> <div class="row"> <div class="col-md-12"> <div class="copyright text-center"> <p class="text-grey">© 2016 PH Realty Inc. All Rights Reserved. | <a href="<?php echo e(action('SitemapController@siteMap')); ?>">Sitemap</a></p> </div> <!-- //.copyright --> </div> <!-- //.col-md-12 --> </div> <!-- //.row --> </div> <!-- //.container --> </footer> <!-- //FOOTER END --> <!-- Plugins JS --> <script src="/assets/plugins/jquery.min.js"></script> <script src="/assets/plugins/bootstrap/js/bootstrap.min.js"></script> <!-- <script src="https://cdn.rawgit.com/nnattawat/flip/master/dist/jquery.flip.min.js"></script> --> <!-- <script src="/assets/plugins/jpreloader/js/jpreloader.min.js"></script> --> <script src="/assets/plugins/detectmobilebrowser/detectmobilebrowser.js"></script> <script src="/assets/plugins/debouncer/debouncer.js"></script> <script src="/assets/js/jquery.swipebox.min.js"></script> <script src="/assets/plugins/easing/jquery.easing.min.js"></script> <script src="/assets/plugins/sticky/jquery.sticky.js"></script> <script src="/assets/plugins/inview/jquery.inview.min.js"></script> <script src="/assets/plugins/matchHeight/jquery.matchHeight-min.js"></script> <script src="/assets/plugins/magnificPopup/jquery.magnific-popup.min.js"></script> <script src="/assets/plugins/flexSlider/jquery.flexslider-min.js"></script> <script src="/assets/plugins/countTo/jquery.countTo.js"></script> <script src="/assets/plugins/skrollr/skrollr.min.js"></script> <!-- Main JS --> <script src="/assets/js/main.js"></script> <!-- Parallax JS --> <script src="/assets/js/parallax.js"></script> <!-- Start of LiveChat (www.livechatinc.com) code --> <script type="text/javascript"> $(function(){ //$(".thumbnail.flip-container").flip({front:'.content-overlay',back:'.buttons-overlay', trigger: 'hover'}); $(".thumbnail").mouseover(function(){ $(this).find('.buttons-overlay').show(); }); $(".thumbnail").mouseout(function(){ $(this).find('.buttons-overlay').hide(); }); }); function getvalidUrl(action, param){ var url; $.ajax({ type: "POST", url: '<?php echo e(route("getUrl")); ?>', async: false, data: {'action':action, 'param': param, '_token': "<?php echo e(Session::getToken()); ?>"} }) .done(function( response ) { url = response; }); return url; } </script> <script type="text/javascript"> window.__lc = window.__lc || {}; window.__lc.license = 3167192; (function() { var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true; lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s); })(); </script> <!-- End of LiveChat code --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-70968092-1', 'auto'); ga('send', 'pageview'); </script> <!-- Place this tag in your head or just before your close body tag. --> <script src="https://apis.google.com/js/platform.js" async defer></script> </body> </html>', 'lock' => false))
  3. at file_put_contents('/64f2ab42a5ec1b3edcaf2134a28df4b2', '<!doctype html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head> <meta charset="utf-8"> <!-- Site Title --> <title>page not found</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"> <meta name="description" content="Page Not Found"> <!-- Google Font --> <link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Raleway:400,700' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800italic,800' rel='stylesheet' type='text/css'> <!-- Bootstrap Core CSS --> <link href="/assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"> <!-- Font icons CSS --> <link href="/assets/plugins/icons-mind/style.css" rel="stylesheet" type="text/css"> <link href="/assets/plugins/fontawesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <!-- Plugins CSS --> <!-- <link href="/assets/plugins/jpreloader/css/jpreloader.css" rel="stylesheet" type="text/css"> --> <link href="/assets/plugins/animate-css/animate.min.css" rel="stylesheet" type="text/css"> <link href="/assets/plugins/magnificPopup/magnific-popup.css" rel="stylesheet" type="text/css"> <link href="/assets/plugins/flexSlider/flexslider.css" rel="stylesheet" type="text/css"> <link href="/assets/plugins/noUiSlider/nouislider.min.css" rel="stylesheet" type="text/css"> <link href="/assets/css/swipebox.min.css" rel="stylesheet" type="text/css"> <!-- Main CSS --> <link href="/assets/css/berg.css" rel="stylesheet" type="text/css"> <link href="/assets/css/panel.css" rel="stylesheet" type="text/css"> <link href="/assets/css/style-css.css" rel="stylesheet" type="text/css"> <!-- Color CSS --> <!--<link href="/assets/css/colors/green.css" rel="stylesheet" type="text/css">--> <!-- Modernizr JS for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 8]> <script src="/assets/plugins/modernizr.min.js"></script> <![endif]--> </head> <!-- The #page-top ID is part of the scrolling feature - the data-spy and data-target are part of the built-in Bootstrap scrollspy function --> <body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top" data-offset="66"> <!--[if lt IE 10]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <!-- NAVIGATION START --> <nav id="navigation" class="navbar navbar-fixed-top center-menu"> <div class="container navbar-container"> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".berg-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand visible-xs visible-sm" href="#page-top">PH REALTY</a> </div> <!-- //.navbar-header --> <div class="navbar-collapse collapse berg-collapse"> <ul class="nav navbar-nav top-level-menu"> <li class="page-scroll2"> <a href="<?php echo e(action('ClientController@index')); ?>">HOME</a> </li> <li class="page-scroll2"> <a href="<?php echo e(action('PropertyController@properties')); ?>">PROPERTIES</a> </li> <li class="page-scroll2"> <a href="<?php echo e(action('ClientController@cities')); ?>">LOCATIONS</a> </li> <li class="page-scroll2"> <a href="<?php echo e(action('ClientController@developers')); ?>">DEVELOPERS</a> </li> <li class="page-scroll2"> <a href="<?php echo e(action('NewUnitController@properties')); ?>">PROPERTIES</a> </li> <li class="page-scroll2"> <a href="<?php echo e(action('ClientController@ContactUs')); ?>">CONTACT US</a> </li> <li class="page-scroll2"> <a href="<?php echo e(action('FrontarticalController@front_artical')); ?>">ARTICLES</a> </li> </ul> </div> <!-- //.navbar-collapse --> </div> <!-- //.navbar-container --> </nav> <!-- //NAVIGATION END --> <!-- PROFILE SECTION START --> <?php $section = \Request::segment(1) == 'developers.php' || \Request::segment(1) == 'cities.php' ? 'references' : 'profile'; ?> <section id="<?php echo e($section); ?>" class="section"> <div class="container section-wrapper"> <div class="section-content"> <div class="row"> <div class="col-md-8 col-md-offset-2 text-center"> <h1 class="section-title uppercase">Page Not Found</h1> <p class="section-subtitle">For price list, model house, floor plans, payment terms, chat live with an agent 24x7.</p> <span class="divider center"></span> </div> <!-- //.col-md-8 --> <div class="col-md-12 match-height"> <!-- PROFILE TEXT START --> <div class="profile-text padding-right-yes"> <div class="row"> <!-- Content --> <div class="investment-properties"> <div id="demo" class="box jplist" style="margin: 20px 0 50px 0"> <div class="container" style="margin-top: 20px; text-align:center;"> <div class="row"> <div class="col-md-12 col-xs-12 clearpad" id="featured-properties"> <h2>Sorry!</h2> <p>Page Not Found</p> </div><!-- end col-md-12 --> <div style="clear:both;"></div> </div> </div><!-- end container --> </div><!-- edn #demo --> </div> <!-- end invenstment properties --> <!-- ./ content --> </div> <!-- //.row --> </div> <!-- //PROFILE TEXT END --> </div> <!-- //.col-md-7 --> </div> <!-- //.row --> </div> <!-- //.section-content --> </div> <!-- //.container --> </section> <!-- //PROFILE SECTION END --> <!-- FOOTER START --> <footer class="footer"> <div class="container"> <div class="row site_map"> <div class="col-sm-3"> <h3 class="heading">Featured Project</h3> <p> <?php $siteMap = config('multisite.footer_area'); ?> <?php if(isset($siteMap['properties'])): ?> <?php foreach($siteMap['properties'] as $property): ?> <a href="<?php echo e(action('ClientController@propertyDetails', array(strtolower(str_replace(' ', '-',$property->property_name))) )); ?>" title="<?php echo e($property->property_name); ?>"><!--<i class="fa fa-circle"></i>--><?php echo e($property->property_name); ?></a> <br/> <?php endforeach; ?> <?php endif; ?> </p> </div> <div class="col-sm-3"> <h3 class="heading">Featured Developer</h3> <p> <?php if(isset($siteMap['developers'])): ?> <?php foreach($siteMap['developers'] as $developer): ?> <a href="<?php echo e(action('ClientController@propertyByCity', array(strtolower(str_replace(' ', '-',$developer->developer_name))) )); ?>" title="<?php echo e($developer->developer_name); ?>"><!--<i class="fa fa-circle"></i>--><?php echo e($developer->developer_name); ?></a> <br/> <?php endforeach; ?> <?php endif; ?> </p> </div> <div class="col-sm-3"> <h3 class="heading">Popular Locations</h3> <p> <?php if(isset($siteMap['city'])): ?> <?php foreach($siteMap['city'] as $city): ?> <a href="<?php echo e(action('ClientController@propertyByCity', array(strtolower(str_replace(' ', '-',$city->city_name))) )); ?>" title="<?php echo e($city->additional_name); ?>"><!--<i class="fa fa-circle"></i>--><?php echo e($city->additional_name); ?></a> <br/> <?php endforeach; ?> <?php endif; ?> </p> </div> <div class="col-sm-3"> <h3 class="heading">Popular Locations</h3> <p> <?php if(isset($siteMap['condos'])): ?> <?php foreach($siteMap['condos'] as $city): ?> <a href="<?php echo e(action('ClientController@propertyByCity', array(strtolower(str_replace(' ', '-',$city->city_name))) )); ?>" title="<?php echo e($city->additional_name); ?>"><!--<i class="fa fa-circle"></i>--><?php echo e($city->additional_name); ?></a> <br/> <?php endforeach; ?> <?php endif; ?> </p> </div> </div> <div class="row" style="margin-top: 15px;"> <div class="col-md-8"> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.7&appId=279125282099514"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <div class="fb-page" data-href="https://www.facebook.com/PhRealtyinc/" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="false"><blockquote cite="https://www.facebook.com/PhRealtyinc/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/PhRealtyinc/">PH Realty</a></blockquote></div> <div class="g-plusone" data-annotation="inline" data-width="300" data-href="http://www.phrealestate.com"></div> </div> <div class="col-md-4"> <div style="text-align:right;"> <p><img src="/images/<?php echo e(config('multisite.site_logo')); ?>" alt="logo" width="200"></p> <p class="address-tag"><?php echo e(config('multisite.site_address')); ?><br/> <?php echo e(config('multisite.site_phone')); ?></p> </div> </div> <!-- //.col-md-12 --> </div> <!-- //.row --> <div class="row"> <div class="col-md-12"> <div class="copyright text-center"> <p class="text-grey">© 2016 PH Realty Inc. All Rights Reserved. | <a href="<?php echo e(action('SitemapController@siteMap')); ?>">Sitemap</a></p> </div> <!-- //.copyright --> </div> <!-- //.col-md-12 --> </div> <!-- //.row --> </div> <!-- //.container --> </footer> <!-- //FOOTER END --> <!-- Plugins JS --> <script src="/assets/plugins/jquery.min.js"></script> <script src="/assets/plugins/bootstrap/js/bootstrap.min.js"></script> <!-- <script src="https://cdn.rawgit.com/nnattawat/flip/master/dist/jquery.flip.min.js"></script> --> <!-- <script src="/assets/plugins/jpreloader/js/jpreloader.min.js"></script> --> <script src="/assets/plugins/detectmobilebrowser/detectmobilebrowser.js"></script> <script src="/assets/plugins/debouncer/debouncer.js"></script> <script src="/assets/js/jquery.swipebox.min.js"></script> <script src="/assets/plugins/easing/jquery.easing.min.js"></script> <script src="/assets/plugins/sticky/jquery.sticky.js"></script> <script src="/assets/plugins/inview/jquery.inview.min.js"></script> <script src="/assets/plugins/matchHeight/jquery.matchHeight-min.js"></script> <script src="/assets/plugins/magnificPopup/jquery.magnific-popup.min.js"></script> <script src="/assets/plugins/flexSlider/jquery.flexslider-min.js"></script> <script src="/assets/plugins/countTo/jquery.countTo.js"></script> <script src="/assets/plugins/skrollr/skrollr.min.js"></script> <!-- Main JS --> <script src="/assets/js/main.js"></script> <!-- Parallax JS --> <script src="/assets/js/parallax.js"></script> <!-- Start of LiveChat (www.livechatinc.com) code --> <script type="text/javascript"> $(function(){ //$(".thumbnail.flip-container").flip({front:'.content-overlay',back:'.buttons-overlay', trigger: 'hover'}); $(".thumbnail").mouseover(function(){ $(this).find('.buttons-overlay').show(); }); $(".thumbnail").mouseout(function(){ $(this).find('.buttons-overlay').hide(); }); }); function getvalidUrl(action, param){ var url; $.ajax({ type: "POST", url: '<?php echo e(route("getUrl")); ?>', async: false, data: {'action':action, 'param': param, '_token': "<?php echo e(Session::getToken()); ?>"} }) .done(function( response ) { url = response; }); return url; } </script> <script type="text/javascript"> window.__lc = window.__lc || {}; window.__lc.license = 3167192; (function() { var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true; lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s); })(); </script> <!-- End of LiveChat code --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-70968092-1', 'auto'); ga('send', 'pageview'); </script> <!-- Place this tag in your head or just before your close body tag. --> <script src="https://apis.google.com/js/platform.js" async defer></script> </body> </html>', '0') in Filesystem.php line 81
  4. at Filesystem->put('/64f2ab42a5ec1b3edcaf2134a28df4b2', '<!doctype html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head> <meta charset="utf-8"> <!-- Site Title --> <title>page not found</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"> <meta name="description" content="Page Not Found"> <!-- Google Font --> <link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Raleway:400,700' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800italic,800' rel='stylesheet' type='text/css'> <!-- Bootstrap Core CSS --> <link href="/assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"> <!-- Font icons CSS --> <link href="/assets/plugins/icons-mind/style.css" rel="stylesheet" type="text/css"> <link href="/assets/plugins/fontawesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <!-- Plugins CSS --> <!-- <link href="/assets/plugins/jpreloader/css/jpreloader.css" rel="stylesheet" type="text/css"> --> <link href="/assets/plugins/animate-css/animate.min.css" rel="stylesheet" type="text/css"> <link href="/assets/plugins/magnificPopup/magnific-popup.css" rel="stylesheet" type="text/css"> <link href="/assets/plugins/flexSlider/flexslider.css" rel="stylesheet" type="text/css"> <link href="/assets/plugins/noUiSlider/nouislider.min.css" rel="stylesheet" type="text/css"> <link href="/assets/css/swipebox.min.css" rel="stylesheet" type="text/css"> <!-- Main CSS --> <link href="/assets/css/berg.css" rel="stylesheet" type="text/css"> <link href="/assets/css/panel.css" rel="stylesheet" type="text/css"> <link href="/assets/css/style-css.css" rel="stylesheet" type="text/css"> <!-- Color CSS --> <!--<link href="/assets/css/colors/green.css" rel="stylesheet" type="text/css">--> <!-- Modernizr JS for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 8]> <script src="/assets/plugins/modernizr.min.js"></script> <![endif]--> </head> <!-- The #page-top ID is part of the scrolling feature - the data-spy and data-target are part of the built-in Bootstrap scrollspy function --> <body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top" data-offset="66"> <!--[if lt IE 10]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <!-- NAVIGATION START --> <nav id="navigation" class="navbar navbar-fixed-top center-menu"> <div class="container navbar-container"> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".berg-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand visible-xs visible-sm" href="#page-top">PH REALTY</a> </div> <!-- //.navbar-header --> <div class="navbar-collapse collapse berg-collapse"> <ul class="nav navbar-nav top-level-menu"> <li class="page-scroll2"> <a href="<?php echo e(action('ClientController@index')); ?>">HOME</a> </li> <li class="page-scroll2"> <a href="<?php echo e(action('PropertyController@properties')); ?>">PROPERTIES</a> </li> <li class="page-scroll2"> <a href="<?php echo e(action('ClientController@cities')); ?>">LOCATIONS</a> </li> <li class="page-scroll2"> <a href="<?php echo e(action('ClientController@developers')); ?>">DEVELOPERS</a> </li> <li class="page-scroll2"> <a href="<?php echo e(action('NewUnitController@properties')); ?>">PROPERTIES</a> </li> <li class="page-scroll2"> <a href="<?php echo e(action('ClientController@ContactUs')); ?>">CONTACT US</a> </li> <li class="page-scroll2"> <a href="<?php echo e(action('FrontarticalController@front_artical')); ?>">ARTICLES</a> </li> </ul> </div> <!-- //.navbar-collapse --> </div> <!-- //.navbar-container --> </nav> <!-- //NAVIGATION END --> <!-- PROFILE SECTION START --> <?php $section = \Request::segment(1) == 'developers.php' || \Request::segment(1) == 'cities.php' ? 'references' : 'profile'; ?> <section id="<?php echo e($section); ?>" class="section"> <div class="container section-wrapper"> <div class="section-content"> <div class="row"> <div class="col-md-8 col-md-offset-2 text-center"> <h1 class="section-title uppercase">Page Not Found</h1> <p class="section-subtitle">For price list, model house, floor plans, payment terms, chat live with an agent 24x7.</p> <span class="divider center"></span> </div> <!-- //.col-md-8 --> <div class="col-md-12 match-height"> <!-- PROFILE TEXT START --> <div class="profile-text padding-right-yes"> <div class="row"> <!-- Content --> <div class="investment-properties"> <div id="demo" class="box jplist" style="margin: 20px 0 50px 0"> <div class="container" style="margin-top: 20px; text-align:center;"> <div class="row"> <div class="col-md-12 col-xs-12 clearpad" id="featured-properties"> <h2>Sorry!</h2> <p>Page Not Found</p> </div><!-- end col-md-12 --> <div style="clear:both;"></div> </div> </div><!-- end container --> </div><!-- edn #demo --> </div> <!-- end invenstment properties --> <!-- ./ content --> </div> <!-- //.row --> </div> <!-- //PROFILE TEXT END --> </div> <!-- //.col-md-7 --> </div> <!-- //.row --> </div> <!-- //.section-content --> </div> <!-- //.container --> </section> <!-- //PROFILE SECTION END --> <!-- FOOTER START --> <footer class="footer"> <div class="container"> <div class="row site_map"> <div class="col-sm-3"> <h3 class="heading">Featured Project</h3> <p> <?php $siteMap = config('multisite.footer_area'); ?> <?php if(isset($siteMap['properties'])): ?> <?php foreach($siteMap['properties'] as $property): ?> <a href="<?php echo e(action('ClientController@propertyDetails', array(strtolower(str_replace(' ', '-',$property->property_name))) )); ?>" title="<?php echo e($property->property_name); ?>"><!--<i class="fa fa-circle"></i>--><?php echo e($property->property_name); ?></a> <br/> <?php endforeach; ?> <?php endif; ?> </p> </div> <div class="col-sm-3"> <h3 class="heading">Featured Developer</h3> <p> <?php if(isset($siteMap['developers'])): ?> <?php foreach($siteMap['developers'] as $developer): ?> <a href="<?php echo e(action('ClientController@propertyByCity', array(strtolower(str_replace(' ', '-',$developer->developer_name))) )); ?>" title="<?php echo e($developer->developer_name); ?>"><!--<i class="fa fa-circle"></i>--><?php echo e($developer->developer_name); ?></a> <br/> <?php endforeach; ?> <?php endif; ?> </p> </div> <div class="col-sm-3"> <h3 class="heading">Popular Locations</h3> <p> <?php if(isset($siteMap['city'])): ?> <?php foreach($siteMap['city'] as $city): ?> <a href="<?php echo e(action('ClientController@propertyByCity', array(strtolower(str_replace(' ', '-',$city->city_name))) )); ?>" title="<?php echo e($city->additional_name); ?>"><!--<i class="fa fa-circle"></i>--><?php echo e($city->additional_name); ?></a> <br/> <?php endforeach; ?> <?php endif; ?> </p> </div> <div class="col-sm-3"> <h3 class="heading">Popular Locations</h3> <p> <?php if(isset($siteMap['condos'])): ?> <?php foreach($siteMap['condos'] as $city): ?> <a href="<?php echo e(action('ClientController@propertyByCity', array(strtolower(str_replace(' ', '-',$city->city_name))) )); ?>" title="<?php echo e($city->additional_name); ?>"><!--<i class="fa fa-circle"></i>--><?php echo e($city->additional_name); ?></a> <br/> <?php endforeach; ?> <?php endif; ?> </p> </div> </div> <div class="row" style="margin-top: 15px;"> <div class="col-md-8"> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.7&appId=279125282099514"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <div class="fb-page" data-href="https://www.facebook.com/PhRealtyinc/" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="false"><blockquote cite="https://www.facebook.com/PhRealtyinc/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/PhRealtyinc/">PH Realty</a></blockquote></div> <div class="g-plusone" data-annotation="inline" data-width="300" data-href="http://www.phrealestate.com"></div> </div> <div class="col-md-4"> <div style="text-align:right;"> <p><img src="/images/<?php echo e(config('multisite.site_logo')); ?>" alt="logo" width="200"></p> <p class="address-tag"><?php echo e(config('multisite.site_address')); ?><br/> <?php echo e(config('multisite.site_phone')); ?></p> </div> </div> <!-- //.col-md-12 --> </div> <!-- //.row --> <div class="row"> <div class="col-md-12"> <div class="copyright text-center"> <p class="text-grey">© 2016 PH Realty Inc. All Rights Reserved. | <a href="<?php echo e(action('SitemapController@siteMap')); ?>">Sitemap</a></p> </div> <!-- //.copyright --> </div> <!-- //.col-md-12 --> </div> <!-- //.row --> </div> <!-- //.container --> </footer> <!-- //FOOTER END --> <!-- Plugins JS --> <script src="/assets/plugins/jquery.min.js"></script> <script src="/assets/plugins/bootstrap/js/bootstrap.min.js"></script> <!-- <script src="https://cdn.rawgit.com/nnattawat/flip/master/dist/jquery.flip.min.js"></script> --> <!-- <script src="/assets/plugins/jpreloader/js/jpreloader.min.js"></script> --> <script src="/assets/plugins/detectmobilebrowser/detectmobilebrowser.js"></script> <script src="/assets/plugins/debouncer/debouncer.js"></script> <script src="/assets/js/jquery.swipebox.min.js"></script> <script src="/assets/plugins/easing/jquery.easing.min.js"></script> <script src="/assets/plugins/sticky/jquery.sticky.js"></script> <script src="/assets/plugins/inview/jquery.inview.min.js"></script> <script src="/assets/plugins/matchHeight/jquery.matchHeight-min.js"></script> <script src="/assets/plugins/magnificPopup/jquery.magnific-popup.min.js"></script> <script src="/assets/plugins/flexSlider/jquery.flexslider-min.js"></script> <script src="/assets/plugins/countTo/jquery.countTo.js"></script> <script src="/assets/plugins/skrollr/skrollr.min.js"></script> <!-- Main JS --> <script src="/assets/js/main.js"></script> <!-- Parallax JS --> <script src="/assets/js/parallax.js"></script> <!-- Start of LiveChat (www.livechatinc.com) code --> <script type="text/javascript"> $(function(){ //$(".thumbnail.flip-container").flip({front:'.content-overlay',back:'.buttons-overlay', trigger: 'hover'}); $(".thumbnail").mouseover(function(){ $(this).find('.buttons-overlay').show(); }); $(".thumbnail").mouseout(function(){ $(this).find('.buttons-overlay').hide(); }); }); function getvalidUrl(action, param){ var url; $.ajax({ type: "POST", url: '<?php echo e(route("getUrl")); ?>', async: false, data: {'action':action, 'param': param, '_token': "<?php echo e(Session::getToken()); ?>"} }) .done(function( response ) { url = response; }); return url; } </script> <script type="text/javascript"> window.__lc = window.__lc || {}; window.__lc.license = 3167192; (function() { var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true; lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s); })(); </script> <!-- End of LiveChat code --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-70968092-1', 'auto'); ga('send', 'pageview'); </script> <!-- Place this tag in your head or just before your close body tag. --> <script src="https://apis.google.com/js/platform.js" async defer></script> </body> </html>') in BladeCompiler.php line 102
  5. at BladeCompiler->compile('/home/buydmci/resources/views/client/not-found.blade.php') in CompilerEngine.php line 50
  6. at CompilerEngine->get('/home/buydmci/resources/views/client/not-found.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'errors' => object(ViewErrorBag))) 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), '404', array()) in ResponseFactory.php line 57
  12. at ResponseFactory->make(object(View), '404', array()) in ResponseFactory.php line 71
  13. at ResponseFactory->view('client.not-found', array(), '404') in Handler.php line 109
  14. at Handler->render(object(Request), object(NotFoundHttpException)) in Kernel.php line 281
  15. at Kernel->renderException(object(Request), object(NotFoundHttpException)) in Kernel.php line 91
  16. at Kernel->handle(object(Request)) in index.php line 53