✓ User must be logged in
x User click the "Change Password" menu/link
I'm using `Edit Profil Form`, since the change password form is already there
✓ User must fill in the old password, new password and confirm new password.
✓ System checks that old password is correct
✓ If old password correct, save new password
✓ Else, notify user that old password is incorrect.
Bonus buat Mas @nafiels😋👌
✓ New password cannot be same as user current password
Replacement on husband_id if the husband was deleted
Replacement on wife_id if the husband was deleted
Replacement on manager_id if the manager was deleted
Added set parent from existing couple
Added user siblings relation (currently for same father)
Added couple to husband and wife relation
Added laravel debugbar
Added user can add children with parent id if exist
Added user can set father from existing male user
Added user can set mother from existing female user
Added user have many marriages relation