{{ $stats->total_reactivations }}
In selected period
{{ number_format($stats->success_rate, 1) }}%
{{ $stats->success_rate_change >= 0 ? '↑' : '↓' }} {{ abs($stats->success_rate_change) }}%
{{ $stats->avg_processing_time }}
Minutes per reactivation
{{ $stats->pending_count }}
Awaiting processing
| Date & Time | Customer | Device Info | Vehicle | Status | Technician | Actions |
|---|---|---|---|---|---|---|
| {{ $log->created_at->format('M d, Y H:i') }} |
{{ $log->customer->name }}
ID: {{ $log->customer->customer_id }}
|
{{ $log->device->model }}
IMEI: {{ $log->device->imei }}
|
{{ $log->vehicle->plate_number }}
{{ $log->vehicle->make }} {{ $log->vehicle->model }}
|
{{ ucfirst($log->status) }} |
{{ $log->technician->name }}
|
View @if($log->status === 'pending') Update @endif |
| No reactivation logs found | ||||||