<?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="standard-page">
		<div class="container">

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

			</p>

			<div class="container-wrapper">
				<div class="alert alert-info">
					We have received your enquiry and we will get back to you within 48 hours.
				</div>
			</div>
		</div>
	</section>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('masters.base', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>