OwlCyberSecurity - MANAGER
Edit File: 9f8374d314baf28ac991294ddbc9795decfb3d5b.php
<?php $__env->startSection('title'); ?> Login to your Account <?php $__env->stopSection(); ?> <?php $__env->startSection('tag'); ?> <meta name="description" content="Login to your existing Sportspesatips.com account"> <link rel="canonical" href="https://www.sportspesatips.com/login/" /> <?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 --> <!-- /.page-header --> <!-- page title & breadcrumbs end --> <div class="container-fluid"> <div class="row justify-content-center"> <div class="col-sm-4 my-5"> <div class="card bg-white" style="border: 1px solid #2E86C1"> <div class="card-body px-5 py-3"> <div class="col-sm-12"> <form class="myForm" method="post" action="<?php echo e(route('/login')); ?>"> <h2>Login</h2> <hr> <div class="form-group"> <label for="email">Email/Phone Number</label> <input type="text" class="form-control" name="email" placeholder=""> </div> <?php echo e(csrf_field()); ?> <div class="form-group"> <label for="password">Password *</label> <input type="password" class="form-control" name="password" placeholder="" required> </div> <?php if(session('err')): ?> <div class="alert alert-danger alert-dismissible"> <p><?php echo e(session('err')); ?></p> </div> <?php endif; ?> <?php if(session('success')): ?> <div class="alert alert-success alert-dismissible"> <p><?php echo e(session('success')); ?></p> </div> <?php endif; ?> <div class="form-group"> <div class=""> <label class="checkbox pull-left"> <input type="checkbox" name="rememberme"> Remember me </label> </div> </div> <div class="form-group pt-3"> <button type="submit" class="btn btn-success btn-lg btn-block" id="regBtn">Login</button> <center>Forgot your Password? <a href="<?php echo e(route('/reset-password')); ?>">Click Here</a> </center> </div> </form> </div> </div> <div class="card-footer py-4 text-center"> <h6>Don't Have an Account? <a href="<?php echo e(route('/register')); ?>">CLICK HERE!</a></h6> </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(); ?>