@extends('template.layout') @section('title', 'Account Management') @section('submenuItem', 'accountmanagement') @section('content')
@csrf
Change Password

Please enter your new password twice to prevent any typing mistakes. To finalise the change, enter your current password and click on "Submit".

New Password:
New Password Again:

Current Password:

@endsection