Edit User: {{ $user->name }}
User Information
@if($user->profile_picture_url)
@else
@endif
| ID: | {{ $user->id }} |
| Status: | @if($user->banned_at) Banned @else Active @endif |
| Joined: | {{ $user->created_at->format('M d, Y') }} |
| Last Updated: | {{ $user->updated_at->format('M d, Y H:i') }} |
| Email Verified: | {{ $user->email_verified_at->format('M d, Y') }} |
Quick Actions
@if($user->role !== 'super_admin')
@if($user->banned_at)
@else
@endif
@endif
View Statistics