OwlCyberSecurity - MANAGER
Edit File: df036d94ff7ff7d7976b09941525e4c1d90586e7.php
<?php $__env->startSection('title'); ?> New Password <?php $__env->stopSection(); ?> <?php $__env->startSection('tag'); ?> <meta name="description" content="Login to your existing Betloaded.com account"> <link rel="canonical" href="https://www.betloaded.com/login/" /> <?php $__env->stopSection(); ?> <?php $__env->startSection('levelCSS'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('login'); ?> active <?php $__env->stopSection(); ?> <?php $__env->startSection('body'); ?> <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" method="post" action="<?php echo e(route('/resetPasswordNow')); ?>"> <h2>Create Password</h2> <hr> <div class="form-group"> <input type="password" id="password" class="form-control" name="password" required placeholder="New Password"> </div> <div class="form-group"> <input type="password" id="password" class="form-control" name="password_confirmation" required placeholder="Confirm New Password"> <?php echo e(csrf_field()); ?> <input type="hidden" name="email" value="<?php echo e($email); ?>"> <input type="hidden" name="code" value="<?php echo e($code); ?>"> <?php if(session('error')): ?> <div class="alert alert-danger alert-dismissible"> <p><?php echo e(session('error')); ?></p> </div> <?php endif; ?> <?php if(count($errors)> 0): ?> <?php $__currentLoopData = $errors->all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $error): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="alert alert-danger alert-dismissible"> <p><?php echo e($error); ?></p> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </div> <div class="form-group"> <button type="submit" class="btn btn-success btn-lg btn-block">Save 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(); ?>