One Hat Cyber Team
Your IP :
216.73.216.93
Server IP :
178.63.234.5
Server :
Linux whm01.ins-jo.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Server Software :
Apache
PHP Version :
8.1.32
Buat File
|
Buat Folder
Dir :
~
/
home
/
business
/
www
/
storage
/
framework
/
views
/
View File Name :
cb76f5b66a3a19ef220478b2b9e5c95b3be4c792.php
<?php $__env->startSection('styles'); ?> <link rel="stylesheet" href="<?php echo e(asset('assets/front/css/forgot-password.css')); ?>"> <?php $__env->stopSection(); ?> <?php $__env->startSection('pagename'); ?> - <?php echo e(__('Reset Password')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta-description', !empty($seo) ? $seo->forget_password_meta_description : ''); ?> <?php $__env->startSection('meta-keywords', !empty($seo) ? $seo->forget_password_meta_keywords : ''); ?> <?php $__env->startSection('breadcrumb-title'); ?> <?php echo e(__('Reset Password')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('breadcrumb-link'); ?> <?php echo e(__('Reset Password')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <!--====== End Breadcrumbs section ======--> <section class="login-section ptb-120"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-6"> <div class="user-form"> <div class="title"> </div> <?php if(session('status')): ?> <div class="alert alert-success" role="alert"> <?php echo e(session('status')); ?> </div> <?php endif; ?> <form class="login-form" action="<?php echo e(route('user.forgot.password.submit')); ?>" method="post" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <div class="form-group mb-3"> <label class="form-label"><?php echo e(__('Email Address')); ?>*</label> <input type="email" name="email" class="form-control" 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($message); ?></p> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div class="form-group"> <button class="btn btn-lg btn-primary "><?php echo e(__('Send Password Reset Link')); ?></button> </div> </form> </div> </div> </div> </div> </section> <?php $__env->stopSection(); ?> <?php echo $__env->make('front.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/business/public_html/resources/views/front/auth/passwords/email.blade.php ENDPATH**/ ?>