@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:

@endif
@csrf @method('PUT')

Minimum 8 characters

Cancel

🛡️ Password Security Tips

@endsection