@extends('backEnd.layouts.master') @section('title', 'Moderator Reports') @push('styles') @endpush @section('content')
| Moderator | Screen Time | Duty (Scheduled) | On Duty Screen | Duty % | Replies | Avg Reply | G/Y/O/R | Sessions | Resolved | Hub | CRM | Avg Order→Call | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ $row['moderator']->name }}
{{ $row['moderator']->user?->email }}
|
{{ $row['screen_label'] }}
@if($row['first_online'])
First: {{ $row['first_online']->format('d M h:i A') }}
@endif
|
{{ $row['scheduled_label'] }} | {{ $row['online_in_duty_label'] }} | {{ $row['scheduled_seconds'] > 0 ? $pct . '%' : '—' }} | {{ $row['total_replies'] }} | {{ $reports->formatTime($row['avg_seconds']) }} | {{ $row['green_count'] }} {{ $row['yellow_count'] }} {{ $row['orange_count'] }} {{ $row['red_count'] }} | {{ $row['session_count'] }} | {{ $row['resolved_count'] }} | {{ $row['hub_calls'] ?? 0 }} | {{ $row['crm_calls'] ?? 0 }} |
@if(isset($row['avg_order_response']) && $row['avg_order_response'] !== null)
{{ $reports->formatTime($row['avg_order_response']) }}
order → call
@else
—
@endif
|
Details |
|
No moderator data for this period. Add moderators in Shifts and keep Support Inbox open to log screen time. |
|||||||||||||