@extends('layouts.partner') @section('title', 'Change Password - M-Ajira Partner') @section('content') ← Back to Dashboard 🔐 Change Password Update your login password @if(session('success')) ✅ Success! {{ session('success') }} @endif @if ($errors->any()) ⚠️ Please fix the following errors: @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf @method('PUT') Current Password * New Password * Minimum 8 characters Confirm New Password * 🔐 Change Password Cancel 🛡️ Password Security Tips ✓ Use at least 8 characters ✓ Include uppercase and lowercase letters ✓ Add numbers and special characters @endsection
Update your login password
{{ session('success') }}
Minimum 8 characters