One Hat Cyber Team
Your IP :
3.23.128.248
Server IP :
104.21.64.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
forge
/
app.gftag.com
/
resources
/
views
/
auth
/
View File Name :
forgot-password.blade.php
<x-guest-layout> <div class="mb-4 text-sm text-gray-600"> {{ __('Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.') }} </div> <!-- Session Status --> <x-auth-session-status class="mb-4" :status="session('status')" /> <form method="POST" action="{{ route('password.email') }}"> @csrf <!-- Email Address --> <div> <x-input-label for="email" :value="__('Email')" /> <x-text-input id="email" class="block mt-1 w-full" type="email" name="email" :value="old('email')" required autofocus /> <x-input-error :messages="$errors->get('email')" class="mt-2" /> </div> <div class="flex items-center justify-end mt-4"> <x-primary-button> {{ __('Email Password Reset Link') }} </x-primary-button> </div> </form> </x-guest-layout>