@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 Confirmation: Step 2

Enter your recovery key! Click on "Back" to see your recovery key once more.

Recovery key: ---

@endsection @section('scripts') @endsection