⚝
One Hat Cyber Team
⚝
Your IP:
160.79.111.124
Server IP:
162.254.39.145
Server:
Linux premium289.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
favoaysf
/
www
/
resources
/
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