<?php $__env->startSection('content'); ?>

	<div class="wt-container">
		<div class="global-container container">


			<div class="content" style="float:none;margin:100px auto;width:500px">
				<?php echo $__env->make("_forms._forgetpasswordform", ['link' => 'static'], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

			</div>

		</div>
	</div>

<?php $__env->stopSection(); ?>
<?php $__env->startSection('footer'); ?>

<?php $__env->stopSection(); ?>
<?php echo $__env->make("app", array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>