<?php $__env->startSection('banner'); ?>
	<?php echo $__env->make('sections.banner-sm', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('contents'); ?>
	<section id="standard-content" class="search-event-result">
		<div class="container">
			<div class="container-wrapper">

				<div class="col-md-12">
					<div class="alert alert-info">
						<?php echo e($msg); ?>

					</div>
				</div>
				<div class="clearfix"></div>
			</div>

			<?php echo $__env->make('sections.upcoming-events', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
		</div>
	</section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('masters.base', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>