@extends('template.layout') @section('title', 'Account Management') @section('submenuItem', 'accountmanagement') @section('content')
@if($nameLockExists) This name violates the naming rules so the change will cost 0 ravenor coins.
@else Here you can change your character's name.
This change will cost 100 ravenor coins.
@endif

After changing your name, please note there will be a 30-day lock period for further changes.
You can search for your old and new names here, both will lead to
the character profile: Search Character.


@csrf
Character Data
Current Name: {{ $player->name }}
New Name:

@endsection