Nombre total de rapports : {{ $stats['total_reports'] }}
| Type | Nombre | Pourcentage |
|---|---|---|
| {{ $type->type }} | {{ $type->count }} | {{ number_format(($type->count / $stats['total_reports']) * 100, 1) }}% |
| Utilisateur | Nombre de rapports | Pourcentage |
|---|---|---|
| {{ $user->full_name }} | {{ $user->count }} | {{ number_format(($user->count / $stats['total_reports']) * 100, 1) }}% |