🚀 Hostinger Optimized
🖥️ Server: LiteSpeed
💻 System: Linux s20058.bom1.stableserver.net 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
👤 User: skhata (1324)
🐘 PHP: 8.4.20
🚫 Disabled: ✨ NONE

💻 Terminal

📁 /home/skhata/chandrasons.com/public
$

📄 reset-password.blade.php

📁 Path: /home/skhata/new.chandrapharma.com/resources/views/auth/reset-password.blade.php
📊 Size: 1.1 KB
🔒 Perm: 0644
📝 MIME: text/plain
<x-auth-layout>
    <x-slot name="title">Set New Password</x-slot>
    <h2 class="text-xl font-bold text-gray-900 mb-6 text-center">Set new password</h2>
    @if($errors->any())<div class="bg-red-50 border border-red-200 text-red-700 rounded-lg px-4 py-3 text-sm mb-4">@foreach($errors->all() as $e)<p>{{ $e }}</p>@endforeach</div>@endif
    <form method="POST" action="{{ route('password.store') }}" class="space-y-4">
        @csrf
        <input type="hidden" name="token" value="{{ $token }}">
        <div>
            <label class="label">Email</label>
            <input type="email" name="email" value="{{ $email ?? old('email') }}" required class="input">
        </div>
        <div>
            <label class="label">New Password</label>
            <input type="password" name="password" required class="input">
        </div>
        <div>
            <label class="label">Confirm Password</label>
            <input type="password" name="password_confirmation" required class="input">
        </div>
        <button type="submit" class="btn-primary w-full">Reset Password</button>
    </form>
</x-auth-layout>
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨