@extends('layouts.candidate') @section('title', 'Change Password - M-Ajira') @section('content')

🔐 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