OwlCyberSecurity - MANAGER
Edit File: 25e9499ae2dc88dcaacb8005c013c0580fe29c7e.php
<?php $__env->startSection('title'); ?> Reset Your Password <?php $__env->stopSection(); ?> <?php $__env->startSection('tag'); ?> <meta name="description" content="" /> <?php $__env->stopSection(); ?> <?php $__env->startSection('levelCSS'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('login'); ?> active <?php $__env->stopSection(); ?> <?php $__env->startSection('body'); ?> <!-- page title & breadcrumbs start --> <div class="container"> <div class="col-sm-4 col-sm-offset-4"> <div class="panel panel-primary"> <div class="panel-body"> <div class="col-sm-10 col-sm-offset-1"> <form class="myForm" id="resetForm" method="post" action="<?php echo e(route('/resetPassword')); ?>"> <h2>Reset Password</h2> <hr> <div class="form-group"> <input type="email" id="email" name="email" class="form-control" required placeholder="Input your Email Address"> <div id="resetError"></div> <?php echo e(csrf_field()); ?> </div> <div class="form-group"> <button type="submit" class="btn btn-success btn-lg btn-block" id="resetBtn">Reset Password</button> <center>Login to your <a href="<?php echo e(route('/login')); ?>">Account Here!</a></center> </div> </form> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('levelJS'); ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>