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

Settings

@csrf

Bio

@if ($errors->any()) {{ $errors->first() }} @endif @if (session()->has('success')) {{ session()->get('success') }} @endif

Username: {{ Auth::user()->name }}

E-Mail: {{ Auth::user()->email }}

Date of Birth: {{ Auth::user()->dob }}

Password: ********

Date Display Preference: D/M/YY

Time Display Preference: 12 Hour

Invite Keys

You can only create 1 invite every week.
Manage your keys and key history below.

Theme

Selected Theme: SKEUOMORPHIC


DANGER ZONE

These are inactive for now.
In order to delete your account, please ask one of the Developers.

These buttons can fully delete data. Use with caution!

@endsection