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

Email: {{ $emailOrChar }}

@else

Character Name: {{ $emailOrChar }}

@endif

Enter a valid email address that is not yet used for a Ravenor account in the field "New Email Address" and click on "Submit".

@csrf
New Email
New Email Addresss:


@endsection