<?php $__env->startSection('styles'); ?>
	<link rel="stylesheet" href="<?php echo e(asset('/css/magnific-popup.css')); ?>">
<?php $__env->stopSection(); ?>

<?php $__env->startSection('contents'); ?>
	<div id="contents">
		<div class="col-md-6 content-items">
			<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 with-btn">
				<div class="urls">
					<a href="https://www.youtube.com/watch?t=17&v=2sNbYLY2OIg" class="play-video"><i class="fa fa-chevron-left"></i> Play The Video <i class="fa fa-chevron-right"></i></a>
					<a href="<?php echo e(url('/page/request-presentation')); ?>"><i class="fa fa-chevron-left"></i> JOIN TODAY <i class="fa fa-chevron-right"></i></a>
				</div>
				<img src="<?php echo e(asset('/images/opportunity-bg.jpg')); ?>" alt="" class="img-responsive">
			</div>
		</div>
	</div>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('scripts'); ?>
	<script type="text/javascript" src="<?php echo e(asset('/js/jquery.magnific-popup.min.js')); ?>"></script>
	<script>
	$('.play-video').magnificPopup({type:'iframe'});
	</script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('masters.base', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>