@extends('admin.partial.template') @section('section')

Edit User

Back

{{$profile->statusCount()}}

Posts

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

Likes

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

Reports

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

Storage Used

{{$profile->username}}

{{$profile->emailUrl()}}

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


Account Settings

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

@endsection