<?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="event-details">
		<div class="container">

			<p id="breadcrumb">
			    <a href="<?php echo e(url('/page/shopping-cart')); ?>"><i class="fa fa-shopping-cart"></i></a>
			    <?php echo e($bread); ?>

			</p>

			<div class="container-wrapper">

				<div class="alert alert-info">
					Order Complete.  We have sent a copy of your order to your email.
				</div>
				<div class="clearfix"></div>
			</div>
		</div>
	</section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('masters.base', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>