@extends('layouts.app') @section('content')
Account Details

Account Overview

@csrf
@csrf

Vote for Server

Characters

@if(Auth::user()->character()) @endif
Name Description
Level {{Auth::user()->character()->Level}}
cps {{number_format(Auth::user()->character()->ConquerPoints)}}
Gold {{number_format(Auth::user()->character()->Money)}}
VIP {{Auth::user()->character()->VipLevel}}
Reborn {{number_format(Auth::user()->character()->Reborn)}}
@endsection