@extends('template.layout') @section('title', 'Lost Account') @section('submenuItem', 'lostaccount') @section('content') @if(isset($lostAccount)) @if($lostAccount instanceof \App\Models\Account)

Email: {{ $emailOrChar }}

@else

Character Name: {{ $emailOrChar }}

@endif @endif @if(isset($recoverSuccess))
Confirmation Key Sent

An email with a confirmation key has been sent to your new email address. Note that this confirmation key is only valid for 24 hours.

Please note that you will also need to choose a new password to complete the email change. Click on the link in the email or enter your data below to choose a new password.


@endif
@csrf
Enter Confirmation Key
New Email Address: @if(isset($email)) @else @endif
Confirmation Key: @if(isset($confirmationKey)) @else @endif


@endsection