@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
| If you have lost access to the assigned email address, try to get it back. For example, you can contact your email provider and ask for help. Once you have access to the assigned email address you can also get back access to your account via the Lost Account Interface. Please understand that if you cannot get access to your email address all you can do is to create a new account and start over. |
|
@endsection