{{ $supervisor->email }}
| رقم الدفعة | إجمالي الفيديوهات | الموافق عليها | المرفوضة | الحالة | التاريخ |
|---|---|---|---|---|---|
| #{{ $batch->batch_number }} | {{ $batch->total_videos }} | {{ $batch->approved_count }} | {{ $batch->rejected_count }} | {{ $batch->status === 'completed' ? 'مكتملة' : ($batch->status === 'active' ? 'نشطة' : 'معلقة') }} | {{ $batch->created_at->format('Y-m-d') }} |