OwlCyberSecurity - MANAGER
Edit File: af908d350b41df58b0cf2869a958badf0dafb5c9.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"> <div class="col-sm-3"></div> <div class="col-sm-6 text-justify section-head"> <div class="panel panel-primary"> <div class="panel-body"> <div class="col-sm-10 col-sm-offset-1"> <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> <div class="row"> <div class="col-xs-12"><input type="password" class="form-control" name="password" placeholder="" required></div> </div> </div> <div class="form-group"> <label for="password">Confirm Password *</label> <div class="row"> <div class="col-xs-12"><input type="password" class="form-control" name="password_confirmation" placeholder="" required></div> </div> </div> <div class="form-group"> <button id="regBtn" type="submit" class="btn btn-primary btn-block">COMPLETE REGISTER</button> </div> <hr> <div class="text-center">Registered Already? <a href="<?php echo e(route('/login')); ?>" class="text-primary" style="color: blue;">Login</a></div> </form> </div> </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(); ?>