Performance Reports

View technician performance metrics and analytics

{{ \App\Models\TechnicianPerformance::count() }}
Performance Records
{{ \App\Models\TechnicianWorkload::count() }}
Workload Records
{{ number_format(\App\Models\TechnicianPerformance::where('metric_type', 'customer_rating')->avg('metric_value'), 1) ?: 0 }}
Avg Rating
{{ number_format(\App\Models\TechnicianWorkload::avg('utilization_rate'), 1) ?: 0 }}%
Avg Utilization

Performance Tracking

Workload Management