JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour
<?php $__env->startPush('title', get_phrase('Register Now')); ?> <?php $__env->startPush('meta'); ?><?php $__env->stopPush(); ?> <?php $__env->startPush('css'); ?> <style> .form-icons .right { right: 20px; cursor: pointer !important; } </style> <?php $__env->stopPush(); ?> <?php $__env->startSection('content'); ?> <section class="login-area"> <div class="container"> <div class="row"> <div class="col-lg-7 col-md-6" style="display: none;"> <div class="login-img"> <img src="<?php echo e(asset('assets/frontend/' . get_frontend_settings('theme') . '/image/signup.gif')); ?>" alt="register-banner"> </div> </div> <div class="col-lg-6 col-md-6" style="margin: 0 auto;"> <form action="<?php echo e(route('register')); ?>" class="global-form row login-form mt-25" method="post"><?php echo csrf_field(); ?> <h4 class="g-title"><?php echo e(get_phrase('Register Now')); ?></h4> <p class="description"><?php echo e(get_phrase('See your growth and get consulting support! ')); ?></p> <div class="col-sm-12 form-group mb-5"> <label for="" class="form-label"><?php echo e(get_phrase('Name')); ?></label> <input type="text" name="name" class="form-control" placeholder="Your Name"> <?php $__errorArgs = ['name']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <small class="text-danger"><?php echo e($message); ?></small> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div class="col-sm-6 form-group mb-5"> <label for="" class="form-label"><?php echo e(get_phrase('Email')); ?></label> <input type="email" name="email" class="form-control" placeholder="Your Email"> <?php $__errorArgs = ['email']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <small class="text-danger"><?php echo e($message); ?></small> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div class="col-sm-6 form-group mb-5"> <label for="" class="form-label"><?php echo e(get_phrase('Phone')); ?></label> <input type="text" name="phone" class="form-control" placeholder="Your Phone"> <?php $__errorArgs = ['phone']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <small class="text-danger"><?php echo e($message); ?></small> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div class="col-sm-6 form-group mb-5"> <label for="" class="form-label"><?php echo e(get_phrase('Date of birth')); ?></label> <input type="date" name="date_of_birth" class="form-control" placeholder="Your Date of birth"> <?php $__errorArgs = ['date_of_birth']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <small class="text-danger"><?php echo e($message); ?></small> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div class="col-sm-6 form-group mb-5"> <label for="" class="form-label"><?php echo e(get_phrase('Category')); ?></label> <input type="text" name="category" class="form-control" placeholder="Enter Category"> <?php $__errorArgs = ['category']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <small class="text-danger"><?php echo e($message); ?></small> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div class="col-sm-6 form-group mb-5"> <label for="" class="form-label"><?php echo e(get_phrase('Father/ Gaurdian name')); ?></label> <input type="text" name="father_name" class="form-control" placeholder="Your Father/ Gaurdian name"> <?php $__errorArgs = ['father_name']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <small class="text-danger"><?php echo e($message); ?></small> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div class="col-sm-6 form-group mb-5"> <label for="" class="form-label"><?php echo e(get_phrase('Gaurdian mobile number')); ?></label> <input type="text" name="father_phone" class="form-control" placeholder="Your Gaurdian mobile number"> <?php $__errorArgs = ['father_phone']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <small class="text-danger"><?php echo e($message); ?></small> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div class="col-sm-12 form-group mb-5"> <label for="" class="form-label"><?php echo e(get_phrase('Your postal address')); ?></label> <input type="text" name="postal_address" class="form-control" placeholder="Your postal address"> <?php $__errorArgs = ['postal_address']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <small class="text-danger"><?php echo e($message); ?></small> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div class="col-sm-12 form-group mb-5"> <label for="" class="form-label"><?php echo e(get_phrase('Name of the Law College')); ?></label> <input type="text" name="law_college" class="form-control" placeholder="Enter Name of the Law College"> <?php $__errorArgs = ['law_college']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <small class="text-danger"><?php echo e($message); ?></small> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div class="col-sm-12 form-group mb-5"> <label for="" class="form-label"><?php echo e(get_phrase('Password')); ?></label> <input type="password" name="password" class="form-control" placeholder="*********"> <?php $__errorArgs = ['password']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <small class="text-danger"><?php echo e($message); ?></small> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div class="col-sm-12 text-center"> <button type="submit" class="eBtn gradient w-100"><?php echo e(get_phrase('Register Now')); ?></button> <p class="mt-20"><?php echo e(get_phrase('Already have account.')); ?> <a href="<?php echo e(route('login')); ?>"><?php echo e(get_phrase('Sign in')); ?></a></p> </div> </form> </div> </div> </div> </section> <?php $__env->stopSection(); ?> <?php $__env->startPush('js'); ?> <script> "use strict"; $(document).ready(function() { $('#showpassword').on('click', function(e) { e.preventDefault(); const type = $('#password').attr('type'); if (type == 'password') { $('#password').attr('type', 'text'); } else { $('#password').attr('type', 'password'); } }); }); $(document).ready(function() { $('#showcpassword').on('click', function(e) { e.preventDefault(); const type = $('#cpassword').attr('type'); if (type == 'password') { $('#cpassword').attr('type', 'text'); } else { $('#cpassword').attr('type', 'password'); } }); }); </script> <?php $__env->stopPush(); ?> <?php echo $__env->make('layouts.' . get_frontend_settings('theme'), array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /home/palsarh/web/palsarh.in/public_html/resources/views/auth/register.blade.php ENDPATH**/ ?>