Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php $__env->startSection('content'); ?>
	<form action="<?php echo URL::route('account-forgot-password-post'); ?>" method="post">
		
		<div class="field">
			Email: <input type="text" name="email"<?php echo (Input::old('email')) ? ' value="' . e(Input::old('email')) . '"' : ''; ?>>
			<?php if($errors->has('email')): ?>
				<?php echo $errors->first('email'); ?>

			<?php endif; ?>
		</div>
		<input type="submit" value="Recover">
		<?php echo Form::token(); ?>


	</form>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layout.main', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

Commits for Nextrek/Aiba_backup/app/storage/_views/d666454d992698c1478f1568a9e47360

Diff revisions: vs.
Revision Author Commited Message
1464 MOliva picture MOliva Tue 13 Oct, 2020 11:16:56 +0000