<?php $__env->startSection('contents'); ?>
	<div id="contents">
		<div class="col-md-6">
			<div class="content-item">
				<h2><?php echo e($content->page_title); ?></h2>
				<?php echo $content->content; ?>

			</div>
		</div>
		<div class="col-md-6 image-box">
			<div class="page-image">
				<img src="<?php echo e(asset('/images/history.jpg')); ?>" alt="" class="img-responsive">
			</div>
		</div>
	</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('masters.base', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>