@extends('template.layout') @section('title', 'Account Management') @section('submenuItem', 'accountmanagement') @section('content')
@csrf
Generate Recovery Key

To generate a new recovery key, please enter your password.
The cost for a new recovery key is {{ config('shop.extraServices')['recoveryKey']['price'] }} {{ config('server.serverName') }} Coins, and upon confirmation, it will be sent to you directly via email.

Password:

@endsection