إحصائيات: {{ $flow->name }}

{{ $flow->description }}

تعديل
إجمالي التنفيذات
{{ $stats['total'] }}
المكتملة
{{ $stats['completed'] }}
مستخدمين فريدين
{{ $stats['unique_users'] }}
متوسط الوقت
{{ $stats['avg_completion_time'] ? round($stats['avg_completion_time']) . 'ث' : 'N/A' }}

سجل التنفيذات

@forelse($executions as $execution) @empty @endforelse
المستخدم العقدة الحالية الحالة بدأ في آخر تفاعل الإجراءات
@if($execution->conversation && $execution->conversation->participant_profile_pic) @else
@endif
{{ $execution->conversation->participant_name ?? 'مستخدم' }}
{{ Str::limit($execution->sender_id, 15) }}
{{ $execution->current_node_id ?? 'N/A' }} @if($execution->completed) مكتمل @else قيد التنفيذ @endif {{ $execution->created_at->diffForHumans() }} {{ $execution->last_interaction_at ? $execution->last_interaction_at->diffForHumans() : 'N/A' }}

لا توجد تنفيذات حتى الآن

{{ $executions->links() }}