<?php $__env->startSection('banner'); ?>
	<?php echo $__env->make('sections.banner', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('widgets'); ?>
	<?php echo $__env->make('sections.recent-work', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
	<?php echo $__env->make('sections.enquiry-row', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

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