@extends('layouts.admin') @section('content')
| Username | Grabs |
|---|---|
| {{ $grab->username }} | {{ $grab->grabs }} |
| Release | Downloads |
|---|---|
| {{ $download->searchname }} | {{ $download->grabs }} |
| Date | Releases |
|---|---|
| {{ $item->thedate }} | {{ $item->num }} |
| Month | Signups |
|---|---|
| {{ $month->mth }} | {{ $month->num }} |
| Role | Count |
|---|---|
| {{ $role->name }} | {{ $role->num }} |
Statistics will appear here once data is collected.