@extends('admin.partial.template-full') @section('header')
@endsection @section('section')

Users


{{--
Total Users

{{$stats['total']['count']}}

New Users

{{$stats['new']['count']}}

--}}
Local

{{$stats['profile']['local']}}

Remote

{{$stats['profile']['remote']}}

Avg Likes

{{$stats['avg']['likes']}}

Avg Posts

{{$stats['avg']['posts']}}

@foreach($users as $user) @if($user->status == 'deleted') @continue @endif @endforeach
ID Username Statuses Storage Actions
{{$user->id}} {{$user->username}} @if($user->is_admin) @endif {{$user->profile->statusCount()}}

View Edit Delete
{{$users->links()}}
@endsection @push('styles') @endpush @push('scripts') @endpush