@extends('template.layout') @section('title', 'Tell A Friend') @section('submenuItem', 'accountmanagement') @section('content')
Tell-A-Friend
@if(is_null(Auth::user()->webAccount->referral)) @csrf @else @endif

Create Your Invitation Link

Create a username and get your unique invitation link!

Are you missing a retired {{ config('server.serverName') }} buddy from the good old days? Do you have a friend that you would like to come back to join you on your {{ config('server.serverName') }} adventure once more?


{{ route('tell-a-friend') }}/

Partnership with Ravenor

Be our partner and receive 7 VIP days for each referral that completes our operation.
Get our content for dissemination in the media click here download.


@if($invitedAccounts && $bonusRecive == null)
Bonus redemption

You will get an additional 3 VIP days after activation.

Reference link used: {{ route('tell-a-friend') . '/' . $invitedAccounts[0] }}

You must make at least one deposit.
Make a purchase for at least 30 VIP days.
@if($existsPaidOrder && $existingRecord)

Note: to receive the VIP you must log in to the account again. It's not just on the character selection page, it's on the initial input field where you enter your password and account number.

@endif
@endif
@endsection