OwlCyberSecurity - MANAGER
Edit File: e963b938fe03a4ab4e7e7578d0db2160680d0661.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="row justify-content-center"> <div class="col-sm-4 py-5"> <div class="card bg-white" style="border: 1px solid #2E86C1"> <div class="card-body px-4 py-3"> <div class="col-sm-12"> <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> </div> </form> </div> </div> <div class="card-footer"> <center>Login to your <a href="<?php echo e(route('/login')); ?>">Account Here!</a></center> </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(); ?>