Rapport Statistique

Période : {{ \Carbon\Carbon::parse($stats['filters']['start_date'])->format('d/m/Y') }} - {{ \Carbon\Carbon::parse($stats['filters']['end_date'])->format('d/m/Y') }}

Statistiques Globales

Nombre total de rapports : {{ $stats['total_reports'] }}

Répartition par Type

@foreach($stats['reports_by_type'] as $type) @endforeach
Type Nombre Pourcentage
{{ $type->type }} {{ $type->count }} {{ number_format(($type->count / $stats['total_reports']) * 100, 1) }}%

Rapports par Utilisateur

@foreach($stats['reports_by_user'] as $user) @endforeach
Utilisateur Nombre de rapports Pourcentage
{{ $user->full_name }} {{ $user->count }} {{ number_format(($user->count / $stats['total_reports']) * 100, 1) }}%