OwlCyberSecurity - MANAGER
Edit File: 2313e557667967a05855856447f59e5c6669949d.php
<?php $__env->startSection('title'); ?> Register <?php $__env->stopSection(); ?> <?php $__env->startSection('tag'); ?> <meta name="description" content="" /> <?php $__env->stopSection(); ?> <?php $__env->startSection('levelCSS'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('register'); ?> active <?php $__env->stopSection(); ?> <?php $__env->startSection('body'); ?> <!-- page title & breadcrumbs start --> <!-- /.page-header --> <!-- page title & breadcrumbs end --> <div class="container"> <div class="row justify-content-center"> <div class="col-sm-6 py-5 text-justify section-head"> <div class="card bg-white" style="border: 1px solid #2E86C1"> <div class="card-body px-5 py-3"> <div class="col-sm-12"> <form method="post" action="<?php echo e(route('/register')); ?>" id="registerForm" data-callback="<?php echo e(route('/login')); ?>" role="form"> <div class="form-group"> <h2>Create Account</h2> </div> <div class="form-group"> <label for="fullName">Your Full Name *</label> <input type="text" class="form-control" name="full_name" placeholder="" required> </div> <div class="form-group"> <label for="email">Valid Email Address</label> <input type="email" class="form-control" name="email" placeholder=""> </div> <div class="form-group"> <label for="phone">Phone Number *</label> <input type="text" class="form-control" name="phone" placeholder="" required> </div> <div class="form-group"> <label for="">Country *</label> <select name="country" class="form-control crs-country select2" data-region-id="one" required id="" style="height: 45px!important;"></select> </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> <div class="form-group"> <label for="password">Confirm Password *</label> <input type="password" class="form-control" name="password_confirmation" placeholder="" required> </div> <div class="form-group"> <button id="regBtn" type="submit" class="btn btn-primary btn-block">COMPLETE REGISTER</button> </div> </form> </div> </div> <div class="text-center card-footer py-4"> Registered Already? <a href="<?php echo e(route('/login')); ?>" class="text-primary" style="color: blue;">Login</a> </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(); ?>