
 <?php $__env->startSection('content'); ?>
		<!-- <div class="about_head">
		<div class="abt_hdr">
			<h2>The what and who</h2>
		</div>
	</div> -->
	<div class="container">
		
		<!-- <div class="sub_nav">
			<div class="inner_wrapper">
				<nav>
				<ul>
					<li class="active"><a href="about.html">About eWards</a></li>
					<li><a href="job.html">Jobs</a></li>
					<li><a href="press.html">From the press</a></li>
				</ul>
				</nav>
			</div>
		</div> -->
	<section class="section-content" style="margin-top: 20px">
			<div class="inner_wrapper">
				<?php echo $data['page']->content; ?>

			</div>
		</section> 
	</div>
	
	
	
	<?php $__env->stopSection(); ?>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
<?php echo $__env->make('layouts.aboutus-layout', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>