@extends('admin.partial.template-full') @section('section')
Back

Edit Profile

Enable Editing

{{-- --}}
@if($user) @endif @if($user) @endif
user id {{$user->id}}
profile id {{$profile->id}}
username {{$profile->username}} @if($user && $user->is_admin == true) Admin @endif
display name {{$profile->name}}
joined {{$profile->created_at->format('M j Y')}}
email {{$user->email}} @if($user->email_verified_at) Verified @else Unverified @endif
{{--

{{$profile->username}}

{{$profile->emailUrl()}}

Member Since: {{$profile->created_at->format('M Y')}}

--}}

{{$profile->statusCount()}}

Posts

{{$profile->followingCount()}}

Following

{{$profile->followerCount()}}

Followers

{{$profile->bookmarks()->count()}}

Bookmarks

{{$profile->likes()->count()}}

Likes

{{$profile->reports()->count()}}

Reports Made

{{PrettyNumber::size($profile->media()->sum('size'))}}

Storage Used


{{--
Account Settings

@if($user->email_verified_at) Verified for {{$user->email_verified_at->diffForHumans()}} @else Unverified email. @endif


--}}
Account Actions
@csrf

Adds a CW to every post made by this account.

@csrf

Removes account from public/network timelines.

@csrf

Do not transform mentions, hashtags or urls into HTML.

@csrf

Temporarily disable account until next time user log in.

@csrf

This prevents any new interactions, without deleting existing data.

@csrf

This disables the account and changes the password, forcing account to reset password via verified email.

@csrf

Permanently delete this account.

@endsection