@extends('admin.partial.template-full') @section('section')
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')}} |
{{$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