@extends('admin.partial.template-full') @section('section')
{{$profile->statuses()->count()}} Posts | {{$profile->followers()->count()}} Followers | {{$profile->following()->count()}} Following
{{$profile->name}}
@if($user->is_admin == true)ADMIN
@endifJoined {{$profile->created_at->diffForHumans()}}
bookmarks | {{$profile->bookmarks()->count()}} |
---|---|
collections | {{$profile->collections()->count()}} |
likes | {{$profile->likes()->count()}} |
reports | {{$profile->reports()->count()}} |
reported | {{$profile->reported()->count()}} |
Active stories | {{$profile->stories()->count()}} |
storage used | {{PrettyNumber::size($profile->media()->sum('size'))}} / {{PrettyNumber::size(config_cache('pixelfed.max_account_size') * 1000)}} |