@extends('template.layout') @section('title', 'Account Management') @section('submenuItem', 'accountmanagement') @section('content') {{--
--}}
General Information
@php $rowClass = 'Even'; @endphp @php $rowClass = ($rowClass === 'Odd') ? 'Even' : 'Odd'; @endphp @php $rowClass = ($rowClass === 'Odd') ? 'Even' : 'Odd'; @endphp @php $rowClass = ($rowClass === 'Odd') ? 'Even' : 'Odd'; @endphp @php $rowClass = ($rowClass === 'Odd') ? 'Even' : 'Odd'; @endphp @php $rowClass = ($rowClass === 'Odd') ? 'Even' : 'Odd'; @endphp @php $rowClass = ($rowClass === 'Odd') ? 'Even' : 'Odd'; @endphp @php $rowClass = ($rowClass === 'Odd') ? 'Even' : 'Odd'; @endphp @php $rowClass = ($rowClass === 'Odd') ? 'Even' : 'Odd'; @endphp @php $rowClass = ($rowClass === 'Odd') ? 'Even' : 'Odd'; @endphp
Account Name: {{ Auth::user()->id }}
Email Address: {{ Auth::user()->email }}
Created: {{ date('M d Y, H:i:s T', strtotime(Auth::user()->webaccount->created_at)) }}
Last Login: {{ date('M d Y, H:i:s T', strtotime(Auth::user()->webaccount->updated_at)) }}
Account Status: @if(Auth::user()->premium_ends_at >= time()) Premium Account @else Free Account @endif
{{ config('server.serverName') }} Coins: {{ Auth::user()->webaccount->shop_coins }} | Buy more coins
Registered: @role('unconfirmeduser') No @endrole @role('admin|user') Yes | Buy new Recovery Key @endrole
Two-Step Verification: @if($isConfirmed) Yes @else No | Enable Two-Step Verification @endif
Security Questions: @if($hasSecurityQuestions) Yes @else No | Set Security Questions @endif
Change Name: | Buy new name
@role('admin|user') @endrole

{{--
Tell-A-Friend
Invite New Friends!
Invite your friends to join you in {{ config('server.serverName') }} and earn a reward!

Bring Back a Buddy!
Are you missing a retired {{ config('server.serverName') }} buddy from the good old days? Would you like your friend to come back and join the fight on your side once more?
--}}
Products Available
{{ config('server.serverName') }} Coins {{--
--}}

Get {{ config('server.serverName') }} Coins to shop exclusive products in the Store, including Character Name Change and much more.

Streamer Partnership
Ravenor Streamers

Log in to your Streamer Dashboard to track your performance, receive rewards, and enjoy the program benefits!

@endsection