@extends('admin.partial.template-full') @section('section')
Manage and moderate user accounts
|
ID | Username | Posts | Followers | Following | Actions |
---|---|---|---|---|---|---|
|
{{$user->id}} |
![]() {{$user->username}}
Account deleted
|
— | — | — | Deleted |
|
{{$user->id}} |
@if($user->account)
![]()
{{$user->username}}
@if($user->is_admin)
Admin
@endif
|
{{$user->account['statuses_count'] ?? 0}} | {{$user->account['followers_count'] ?? 0}} | {{$user->account['following_count'] ?? 0}} | |
No users found@if(request()->input('q')) Try adjusting your search criteria @else No users match the current filters @endif |