

<?php $__env->startSection('content'); ?>

<div class="row">
	<div class="small-12 medium-12 large-12 columns">
		<h3>
			The application for registration will be reviewed and approved or rejected within 72 hours	
		</h3>
	</div>
</div>



<div class="row">
	<hr>
	<div class="small-12 large-6 columns">
		<a class="button expand" href="<?php echo e(URL::to('/')); ?>">Back to Log in</a>
	</div>
</div>

<?php $__env->stopSection(); ?>
<?php echo $__env->make('master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>