⚝
One Hat Cyber Team
⚝
Your IP:
160.79.110.47
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
/
back
/
auth
/
View File Name :
forgot.blade.php
@extends('master.back-login') @section('content') <div class="wrapper wrapper-login"> <div class="container container-login animated fadeIn"> <h3 class="text-center">{{ __('Forgot Password') }}</h3> <div class="login-form"> <form action="{{ route('back.forgot.submit') }}" method="POST"> @csrf @include('alerts.alerts') <div class="form-group form-floating-label"> <input id="username" name="email" type="email" class="form-control input-border-bottom" value="{{ old('email') }}" > <label for="username" class="placeholder">{{ __('Email Address') }}</label> </div> <div class="row justify-content-center form-sub m-0"> <a href="{{ route('back.login') }}" class="link float-right">{{ __('Remember Password?') }}</a> </div> <div class="form-action mb-3"> <button type="submit" class="btn btn-secondary btn-login">{{ __('Reset My Password') }}</button> </div> </form> </div> </div> </div> @endsection