@extends('template.layout') @section('title', 'Create Account') @section('submenuItem', 'createaccount') @section('content')
@csrf
Confirm Account
Write Down Recovery Key
Enter Recovery Key
Confirmation Complete
Account Confirmed

Congratulations, your account is now confirmed! You can fully enjoy all features of a {{ config('server.serverName') }} free account.

If you have not done yet, you can now download the {{ config('server.serverName') }} client by clicking on the "Download" button below.


@if(Auth::check()) @else @endif
@endsection