@extends('layouts.crm') @section('title', 'الأنشطة — CRM') @section('breadcrumb') الرئيسية › إدارة العملاء › الأنشطة @endsection @section('content')
متابعة كل تفاعلات العملاء المسجلة في النظام.
إجمالي الأنشطة
{{ number_format((int) ($stats['total'] ?? 0)) }}
أنشطة اليوم
{{ number_format((int) ($stats['today'] ?? 0)) }}
مكتملة
{{ number_format((int) ($stats['completed'] ?? 0)) }}
قيد المتابعة
{{ number_format((int) ($stats['pending'] ?? 0)) }}
| {{ $activity->customer?->display_name ?? '—' }} | {{ \App\Models\CrmActivity::labelForType((string) $activity->type) }} | @if(filled($activity->result)) {{ $activity->result }} @else قيد المتابعة @endif | {{ $activity->user?->name ?? '—' }} | {{ optional($activity->created_at)->format('Y-m-d H:i') ?? '—' }} | {{ filled($activity->note) ? $activity->note : '—' }} |
| لا توجد أنشطة مطابقة للفلاتر الحالية. | |||||