JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "e522fe3d9761171ca981bac126f3cd92.php"
Full Path: /home2/yvrgircc/public_html/ariseskilltech.com/storage/framework/views/e522fe3d9761171ca981bac126f3cd92.php
File size: 5.12 KB
MIME-type: text/x-php
Charset: utf-8
<?php $__env->startPush('title', get_phrase('Sign Up')); ?>
<?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">
<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-5 col-md-6">
<form action="<?php echo e(route('register')); ?>" class="global-form login-form mt-25" method="post"><?php echo csrf_field(); ?>
<h4 class="g-title"><?php echo e(get_phrase('Sign Up')); ?></h4>
<p class="description"><?php echo e(get_phrase('See your growth and get consulting support! ')); ?></p>
<div class="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="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="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>
<button type="submit" class="eBtn gradient w-100"><?php echo e(get_phrase('Sign Up')); ?></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>
</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'), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\xampp\htdocs\Arise\resources\views/auth/register.blade.php ENDPATH**/ ?>