@extends('template.layout') @section('title', 'Lost Account') @section('submenuItem', 'lostaccount') @section('content')
@csrf
Choose New Password

To complete your email change, you need to choose a new password.

Please enter your new password twice to prevent any typing mistakes and click on "Submit".

New Password:
New Password Again:

@endsection @section('scripts') @endsection