⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
public_html
/
storage
/
framework
/
views
/
View File Name :
97ae7a45bf01f6e02407f62d41490cba2aab6a32.php
<?php $__env->startSection('meta-description', !empty($seo) ? $seo->login_meta_description : ''); ?> <?php $__env->startSection('meta-keywords', !empty($seo) ? $seo->login_meta_keywords : ''); ?> <?php $__env->startSection('pagename'); ?> - <?php echo e(__("Login")); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('breadcrumb-title'); ?> <?php echo e(__("Login")); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('breadcrumb-link'); ?> <?php echo e(__("Login")); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <!--====== Start user-form-section ======--> <section class="user-form-section pt-120 pb-120"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="user-form"> <div class="title"> <h3><?php echo e(__('login')); ?></h3> </div> <form action="<?php echo e(route('user.login')); ?>" method="post" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <div class="form_group"> <span><?php echo e(__('Email Address')); ?>*</span> <input type="email" name="email" class="form_control" value="<?php echo e(Request::old('email')); ?>"> <?php if(Session::has('err')): ?> <p class="text-danger mb-2 mt-2"><?php echo e(Session::get('err')); ?></p> <?php endif; ?> <?php $__errorArgs = ['email']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <p class="text-danger mb-2 mt-2"><?php echo e($message); ?></p> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div class="form_group"> <span><?php echo e(__('Password')); ?> *</span> <input type="password" name="password" class="form_control" value="<?php echo e(Request::old('password')); ?>"> <?php $__errorArgs = ['password']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <p class="text-danger mb-2 mt-2"><?php echo e($message); ?></p> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div class="form_group"> <?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> <div class="form_group d-sm-flex justify-content-between"> <div> <a href="<?php echo e(route('user.forgot.password.form')); ?>"><?php echo e(__('Lost your password')); ?>?</a> </div> <div> <span><?php echo e(__("Don't have an account?")); ?> <a class="btn-link" href="<?php echo e(route('front.pricing')); ?>"><?php echo e(__("Click Here")); ?></a> <?php echo e(__("to Signup")); ?></span> </div> </div> <div class="form_group"> <button class="main-btn"><?php echo e(__('LOG IN')); ?></button> </div> </form> </div> </div> </div> </div> </section><!--====== End user-form-section ======--> <?php $__env->stopSection(); ?> <?php echo $__env->make('front.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/front/auth/login.blade.php ENDPATH**/ ?>