<?php $__env->startSection('banner'); ?>
<div id="banner-sm">
	<div class="container">
		<div class="col-md-6">
			<h3>Service Support</h3>
			<p>Subtitle here</p>
		</div>
	</div>
</div>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('main-content'); ?>
	<div id="page-content">
		<div class="container">
			<div class="content-outer">
				Content goes here
			</div>
		</div>
	</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('masters.base', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>