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

@{{$profile->username}}

{{$profile->statuses()->count()}} Posts | {{$profile->followers()->count()}} Followers | {{$profile->following()->count()}} Following


Mod Tools


@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.

@endsection