@extends('admin.partial.template-full') @section('section')
--}} | ID | Username |
Status Count |
Followers Count |
Following Count |
Actions |
---|---|---|---|---|---|---|
| --}}
{{$user->id}} | {{$user->username}} | 0 | 0 | 0 | Account Deleted |
| --}}
{{$user->id}} | @if($user->account) @endif {{$user->username}} @if($user->is_admin) @endif | @if($user->account) {{$user->account['statuses_count']}} @else 0 @endif | @if($user->account) {{$user->account['followers_count']}} @else 0 @endif | @if($user->account) {{$user->account['following_count']}} @else 0 @endif | Profile Review Mod Tools @if($user->status !== 'deleted' && !$user->is_admin) Delete @endif |