⚝
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 :
cc9b7a22aaea1f556ec5268dc6038c3491217a57.php
<?php $__env->startSection('tab-title'); ?> <?php echo e($keywords['forget_password'] ?? 'forget password'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('br-title'); ?> <?php echo e($keywords['forget_password'] ?? 'forget password'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('br-link'); ?> <?php echo e($keywords['forget_password'] ?? 'forget password'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <?php if($userBs->theme == 6 || $userBs->theme == 7 || $userBs->theme == 8): ?> <!--====== Breadcrumbs Start ======--> <section class="breadcrumbs-section"> <div class="container"> <div class="row align-items-center justify-content-center"> <div class="col-lg-10"> <div class="page-title"> <h1><?php echo e($keywords['forget_password'] ?? 'forget password'); ?></h1> <ul class="breadcrumbs-link"> <li><a href="<?php echo e(route('front.user.detail.view', getParam())); ?>"><?php echo e($keywords['Home'] ?? 'Home'); ?></a> </li> <li class=""><?php echo e($keywords['forget_password'] ?? 'forget password'); ?></li> </ul> </div> </div> </div> </div> </section> <!--====== Breadcrumbs End ======--> <?php endif; ?> <!--======FORGET PASSWORD PART START ======--> <section class="dashboard-area sign-in-area mt-30"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-6"> <div class="sing-in-form-area wow fadeIn" data-wow-duration="1s" data-wow-delay="0.4s"> <div class="sing-in-form-wrapper"> <form action="<?php echo e(route('customer.send_forget_password_mail', getParam())); ?>" method="POST"> <?php echo csrf_field(); ?> <input type="hidden" name="user_id" value="<?php echo e($user->id); ?>"> <div class="single-form "> <label><?php echo e($keywords['Email_Address'] ? $keywords['Email_Address'] . '*' : __('Email Address') . '*'); ?></label> <input type="email" placeholder="<?php echo e($keywords['Enter_Email_Address'] ?? __('Email Address') . '*'); ?>" class="form_control" name="email" value="<?php echo e(old('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]); ?> <p class="text-danger"><?php echo e($message); ?></p> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <!-- single-form --> <div class="single-form mt-5"> <button type="submit" class="<?php if($userBs->theme == 1 || $userBs->theme == 2 ): ?> template-btn <?php else: ?> main-btn <?php endif; ?>"><?php echo e($keywords['Send_Mail'] ?? __('Send Mail')); ?></button> </div> <!-- single-form --> </form> </div> </div> </div> </div> </div> </section> <!--====== FORGET PASSWORD PART ENDS ======--> <?php $__env->stopSection(); ?> <?php echo $__env->make("user.$folder.layout", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/user-front/user/forget-password.blade.php ENDPATH**/ ?>