⚝
One Hat Cyber Team
⚝
Your IP:
216.73.217.31
Server IP:
95.217.99.93
Server:
Linux sv1.sonichosted.com 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
lifestylescentra
/
www
/
resources
/
views
/
auth
/
View File Name :
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>