⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.140
Server IP:
68.65.123.197
Server:
Linux premium49.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
smarbgfw
/
www
/
core
/
storage
/
framework
/
views
/
View File Name :
498efcf58bf64eac208eaccbd23cdc6b826b6f71.php
<?php $__env->startSection('pagename'); ?> - <?php echo e(__('Register')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta-keywords', "$be->register_meta_keywords"); ?> <?php $__env->startSection('meta-description', "$be->register_meta_description"); ?> <?php $__env->startSection('breadcrumb-subtitle', __('Sign Up')); ?> <?php $__env->startSection('breadcrumb-link', __('Sign Up')); ?> <?php $__env->startSection('content'); ?> <!-- hero area start --> <div class="login-area"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="login-content"> <?php if(Session::has('sendmail')): ?> <div class="alert alert-success mb-4"> <p style="line-height: 24px;"><?php echo e(Session::get('sendmail')); ?></p> </div> <?php endif; ?> <div class="login-title"> <h3 class="title"><?php echo e(__('Register')); ?></h3> </div> <form action="<?php echo e(route('user-register-submit')); ?>" method="POST"><?php echo csrf_field(); ?> <div class="input-box"> <span><?php echo e(__('Username')); ?> *</span> <input type="text" name="username" value="<?php echo e(Request::old('username')); ?>"> <?php if($errors->has('username')): ?> <p class="text-danger mb-0 mt-2"><?php echo e($errors->first('username')); ?></p> <?php endif; ?> </div> <div class="input-box"> <span><?php echo e(__('Email')); ?> *</span> <input type="email" name="email" value="<?php echo e(Request::old('email')); ?>"> <?php if($errors->has('email')): ?> <p class="text-danger mb-0 mt-2"><?php echo e($errors->first('email')); ?></p> <?php endif; ?> </div> <div class="input-box"> <span><?php echo e(__('Password')); ?> *</span> <input type="password" name="password" value="<?php echo e(Request::old('password')); ?>"> <?php if($errors->has('password')): ?> <p class="text-danger mb-0 mt-2"><?php echo e($errors->first('password')); ?></p> <?php endif; ?> </div> <div class="input-box mb-4"> <span><?php echo e(__('Confirmation Password')); ?> *</span> <input type="password" name="password_confirmation" value="<?php echo e(Request::old('password_confirmation')); ?>"> <?php if($errors->has('password_confirmation')): ?> <p class="text-danger mb-0 mt-2"><?php echo e($errors->first('password_confirmation')); ?></p> <?php endif; ?> </div> <?php if($bs->is_recaptcha == 1): ?> <div class="d-block mb-4"> <?php echo NoCaptcha::renderJs(); ?> <?php echo NoCaptcha::display(); ?> <?php if($errors->has('g-recaptcha-response')): ?> <?php $errmsg = $errors->first('g-recaptcha-response'); ?> <p class="text-danger mb-0 mt-2"><?php echo e(__("$errmsg")); ?></p> <?php endif; ?> </div> <?php endif; ?> <div class="input-btn"> <button type="submit"><?php echo e(__('Register')); ?></button> <p><?php echo e(__('Already have an account ?')); ?> <a class="mr-3" href="<?php echo e(route('user.login')); ?>"><?php echo e(__('Click Here')); ?></a> <?php echo e(__('to login')); ?>.</p> </div> </form> </div> </div> </div> </div> </div> <!-- hero area end --> <?php $__env->stopSection(); ?> <?php echo $__env->make("front.$version.layout", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/smarbgfw/public_html/core/resources/views/front/register.blade.php ENDPATH**/ ?>