<?php $__env->startSection('banner'); ?>
<div id="banner-sm">
	<div class="container">
		<div class="col-md-6">
			<h3><?php echo e($content->page_title); ?></h3>
			<p><?php echo e($content->description); ?></p>
		</div>
	</div>
</div>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('main-content'); ?>
	<div id="page-content">
		<div class="container">
			<div class="content-outer">

				<div class="row">
					<div class="col-md-8">
						<div class="standard-content">
							<div class="career-item">
								<div class="well">
									<h2>First Career Title</h2>
									<p class="career-sub-item">
										<span><i class="fa fa-calendar"></i> Date Posted: 10-05-2015</span>
										<span><i class="fa fa-calendar"></i> Closing Date: 10-05-2015</span>
									</p>
									<p><b>Description</b></p>
									<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
									
									<p><b>Requirements</b></p>
									<ul class="career-item-list">
										<li>Requirement One</li>
										<li>Requirement two</li>
										<li>Requirement three</li>
										<li>Requirement four</li>
										<li>Requirement five</li>
									</ul>
									
									<p class="text-right">
										<a href="#" class="btn btn-primary">Apply Now</a>
									</p>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-4">
						<img src="<?php echo e(asset('/images/about-img-1.jpg')); ?>" alt="" class="thumbnail img-responsive">
						<em>Our business is a 24h 7 days a week business and we operate in both the UK and New Zealand.  We rely heavily on the round the clock support we get from Principality IT's helpdesk.  Their innovative remote access and remote support solutions mean that I can be sure that regardless of location my business is in safe hands.</em>
						<p><b>Peter L - Managing Director</b></p>
					</div>
				</div>
			</div>	
		</div>
	</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('masters.base', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>