⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.60
Server IP:
68.65.123.197
Server:
Linux premium49.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
smarbgfw
/
.trash
/
core
/
resources
/
views
/
front
/
View File Name :
forgot.blade.php
@extends("front.$version.layout") @section('pagename') - {{__('Forgot Password')}} @endsection @section('meta-keywords', "$be->forgot_meta_keywords") @section('meta-description', "$be->forgot_meta_description") @section('breadcrumb-subtitle', __('Forgot Password')) @section('breadcrumb-link', __('Forgot Password')) @section('content') <!-- hero area start --> <div class="login-area"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="login-content"> <div class="login-title"> <h3 class="title">{{__('Forgot Password')}}</h3> </div> <form action="{{route('user-forgot-submit')}}" method="POST"> @csrf <div class="input-box"> <span>{{__('Email')}} *</span> <input type="email" name="email" value="{{Request::old('email')}}"> @error('email') <p class="text-danger mb-2 mt-2">{{ convertUtf8($message) }}</p> @enderror @if(Session::has('err')) <p class="text-danger mb-2 mt-2">{{ Session::get('err') }}</p> @endif </div> <div class="input-btn mt-4"> <button type="submit">{{__('Send Mail')}}</button> <p class="d-inline-block float-right"><a href="{{route('user.login')}}">{{__('Login Now')}}</a></p> </div> </form> </div> </div> </div> </div> </div> <!-- hero area end --> @endsection