<?php $__env->startSection('content'); ?>
    <div class="container">
        <div class="row">
            <div class="col-md-6 col-md-offset-3">
            	
                <div class="login-panel panel panel-default">
                
                    <div class="panel-heading" style="display: none;">
                        <h3 class="panel-title"></h3>
                
						<?php if(count($errors) > 0): ?>
							<br>
							<div class="alert alert-danger">
								<strong>Whoops!</strong> There were some problems with your input.<br><br>
								<ul>
									<?php foreach($errors->all() as $error): ?>
										<li><?php echo e($error); ?></li>
									<?php endforeach; ?>
								</ul>
							</div>
						<?php endif; ?>
					</div>
					<div class="panel-body" style="text-align: center;">
						<h3>
							We're busy adding new features.
						</h3>
						<p>
							Our site is temporarily unavailable while we perform upgrades.
						</p>
						<h4>
							Call us at <a href="tel:18004278449">1-800-427-8449</a>
						</h4>
						<br>
						<a href="tel:18004278449">
							<img src="<?php echo e(asset('images/theme/logo.png')); ?>" style="margin: 15px; max-height: 44px;">
						</a>
						
					</div>
					
				</div>
				<div style="text-align: center;">
				
				</div>
				
				
			</div>
		</div>
	</div>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('extras'); ?>
	<style>
		.main_logo {
			display: none !important;
		}
	</style>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('residential.templates.auth', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>