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

	<?php if(Session::has('global')): ?>
		<p><?php echo Session::get('global'); ?></p>
	<?php endif; ?>

<?php $__env->startSection('content'); ?>
	
	This is the home.

<?php echo $__env->yieldSection(); ?>