| المستخدم | العقدة الحالية | الحالة | بدأ في | آخر تفاعل | الإجراءات |
|---|---|---|---|---|---|
|
@if($execution->conversation && $execution->conversation->participant_profile_pic)
{{ $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' }} | |
|
لا توجد تنفيذات حتى الآن |
|||||