<?php $__env->startSection('IncStyle'); ?>
	<?php echo $section->getEvaluatedSpecial('IncStyle'); ?>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>
	<?php foreach($contents as $content): ?>
		<?php eval('?>'.$content);?>
	<?php endforeach; ?>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('scripts'); ?>
	<?php foreach($scripts as $script): ?>
		<?php echo $script; ?>

	<?php endforeach; ?>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('style'); ?>
	<?php foreach($styles as $style): ?>
		<?php //echo $style; ?>
		<?php eval('?>'.$style);?>
	<?php endforeach; ?>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('IncScripts'); ?>
	<?php echo $section->getEvaluatedSpecial('IncScripts'); ?>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('ga'); ?>
		<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-11233770-1', 'auto');
			 ga('send', 'pageview');
			
		</script>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('residential.template', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>