⚝
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 :
403455f0e6bde90a5b84eb63562b6ce1c0864a57.php
<?php $__env->startSection('pagename'); ?> - <?php echo e(__('Forgot Password')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta-keywords', "$be->forgot_meta_keywords"); ?> <?php $__env->startSection('meta-description', "$be->forgot_meta_description"); ?> <?php $__env->startSection('breadcrumb-subtitle', __('Forgot Password')); ?> <?php $__env->startSection('breadcrumb-link', __('Forgot Password')); ?> <?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"> <div class="login-title"> <h3 class="title"><?php echo e(__('Forgot Password')); ?></h3> </div> <form action="<?php echo e(route('user-forgot-submit')); ?>" method="POST"> <?php echo csrf_field(); ?> <div class="input-box"> <span><?php echo e(__('Email')); ?> *</span> <input type="email" name="email" value="<?php echo e(Request::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 mb-2 mt-2"><?php echo e(convertUtf8($message)); ?></p> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> <?php if(Session::has('err')): ?> <p class="text-danger mb-2 mt-2"><?php echo e(Session::get('err')); ?></p> <?php endif; ?> </div> <div class="input-btn mt-4"> <button type="submit"><?php echo e(__('Send Mail')); ?></button> <p class="d-inline-block float-right"><a href="<?php echo e(route('user.login')); ?>"><?php echo e(__('Login Now')); ?></a></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/forgot.blade.php ENDPATH**/ ?>