@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
  1. Enter the email address assigned to your {{ config('server.serverName') }} account in the "Account email address" field.
  2. You will receive an email with a link and a confirmation key. Click the link or copy and paste it into your browser.
  3. On the page, enter your account's email address and the confirmation key. Use the link within 24 hours, or you will need to request a new one.
  4. If the information is correct, you can set a new password.
@csrf
Request New Password
{{-- --}} @if($emailOrChar instanceof \App\Models\Player) @endif
Account email address:

@endsection