| # | العضو | المقيم | تاريخ التقييم | واتساب | تيكتوك | إجمالي النقاط | حالة الحضور | الاعتراضات | الحالة | تاريخ الاعتماد |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} |
@if($evaluation->show_evaluator_name && $evaluation->evaluator)
{{ $evaluation->evaluator->name }}
@else
مخفي
@endif
|
{{ $evaluation->evaluation_date->format('Y-m-d') }} | {{ $evaluation->whatsapp_presence }}/5 | {{ $evaluation->tiktok_interaction }}/5 | {{ $evaluation->total_daily_points }} | {{ $evaluation->attendance_status_text }} |
@php
$objectionCount = $evaluation->objections->count();
@endphp
{{ $objectionCount > 0 ? $objectionCount : 'لا توجد' }}
|
{{ $evaluation->status_text }} | @if($evaluation->approved_at) {{ $evaluation->approved_at->format('Y-m-d') }} @else - @endif |