@extends('template.layout') @section('title', 'Create Account') @section('submenuItem', 'createaccount') @section('content') @if($vipDays > 0)
free account Bonus activated {{ $vipDays }} DAYS Premium Account (only new accounts!)

@endif
@csrf
Create New Account
Account Number:
[suggest number]
Email Address:
Password:
Very Weak
Password Again:
@env('production') @if(config('services.recaptcha.key')) @endif @endenv
Country:
Português English English
Verification:
Character Name:
[suggest name]

Sex:
Please select all the following check boxes:

@endsection @section('scripts') @if(isset($_SERVER['HTTP_CF_IPCOUNTRY'])) @endif @env('production') @if(config('services.recaptcha.key')) @endif @endenv @endsection