⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.91
Server IP:
157.245.101.34
Server:
Linux skvinfotech-website 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
wesellnew
/
core
/
resources
/
views
/
back
/
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('back.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