@extends('layouts.app') @section('title') Delete Account - {{ env('APP_NAME') }} @endsection @section('titlediscord') @endsection @section('descdiscord') @endsection @section('content')

Delete Account

WARNING: BY DELETING YOUR ACCOUNT, YOU LOSE

@php echo Auth::user()->morbux; @endphp ARKOTs
@php echo Auth::user()->getFriendsCount() @endphp FRIENDS
{{ App\Models\Message::where('sendto_id', Auth::id())->where('deleted', false)->count() }} SENT MESSAGES
{{ App\Models\Message::where('user_id', Auth::id())->count() }} RECIEVED MESSAGES
{{ App\Models\Message::where('sendto_id', Auth::id())->where('deleted', true)->count() }} ARCHIVED MESSAGES
0 AVATAR ITEMS
0 ASSETS
0 Places
0 UNIVERSES
AND ANYTHING ELSE THAT IS LINKED TO YOUR ACCOUNT.

@if (App\Models\User::isAdmin())

Sorry, since you are an Admin, you cannot delete your account through here. Ask a developer if you wish to delete your account.

@else
@csrf

@endif @endsection