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

Users


{{--
Total Users {{--

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

New Users {{--

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

Local

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

Remote

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

Avg Age

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

Avg Posts

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

--}}
@foreach($users as $user) @endforeach
ID Avatar Username Status Count Storage Used Actions
{{$user->id}} {{$user->username}} @if($user->is_admin) @endif {{$user->profile->statusCount()}}

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