@extends('template.layout') @section('title', 'Account Management') @section('submenuItem', 'accountmanagement') @section('content')
@csrf
Enter Confirmation Key

An email containing a link with a confirmation key has been sent to the email address assigned to the account. The confirmation key will be valid for the next 24 hours.

To change the password, click on the confirmation link in the email. If you have trouble using the link, simply enter the confirmation key below.

Confirmation Key: @if(isset($confirmationKey)) @else @endif

@endsection