@extends('template.layout') @section('title', 'Account Management') @section('submenuItem', 'accountmanagement') @section('content') @if($accountVerify == true)
@csrf
Confirmation Email Sent
New Email Address:
Recovery Key:
- - -

@else
@csrf
Confirmation Email Sent
New Email Address:

@endif @endsection