@extends('layouts.app') @section('title', 'تقرير الحملة') @section('page_title', 'تقرير الحملة — ' . $campaign->name) @section('page_subtitle', 'النوع: ' . (\App\Models\Campaign::TYPES[$campaign->type] ?? '') . ' | الحالة: ' . (\App\Models\Campaign::STATUSES[$campaign->status] ?? '')) @section('content')
| {{ \App\Models\Call::STATUSES[$status] ?? $status }} | {{ $total }} |
| الموظف | المكالمات | زمن الكلام |
|---|---|---|
| {{ $row->agent?->name ?? '—' }} | {{ $row->total }} | {{ gmdate('H:i:s', (int) $row->talk) }} |
| لا توجد بيانات | ||
| النتيجة | التصنيف | العدد |
|---|---|---|
| {{ $row->name }} | {{ \App\Models\Disposition::CATEGORIES[$row->category] ?? $row->category }} | {{ $row->total }} |
| لا توجد نتائج مسجلة | ||