لا توجد سجلات
@else| # | العضو | نوع النشاط | الوصف | النقاط | الساعات | التاريخ |
|---|---|---|---|---|---|---|
| {{ $counter++ }} | {{ $record->user->name ?? 'غير معروف' }} | @if($record->source_type == 'evaluation') تقييم يومي @elseif($record->source_type == 'live_activity') نشاط مباشر @elseif($record->source_type == 'guest') قيست @elseif($record->source_type == 'violation') مخالفة @elseif($record->source_type == 'warning') إنذار @elseif($record->source_type == 'honor_reward') تكريم/مكافأة @elseif($record->source_type == 'competition') مسابقة @else {{ $record->source_type }} @endif | {{ $record->description }} | {{ $record->points >= 0 ? '+' : '' }}{{ number_format($record->points) }} | {{ number_format($record->hours, 1) }} | {{ $record->recorded_date->format('Y-m-d') }} |
إجمالي السجلات: {{ $records->total() }}
إجمالي النقاط الإيجابية: +{{ number_format($totalPositive) }}
إجمالي النقاط السلبية: -{{ number_format($totalNegative) }}
إجمالي النقاط الصافية: {{ $totalPoints >= 0 ? '+' : '' }}{{ number_format($totalPoints) }}
إجمالي الساعات: {{ number_format($totalHours, 1) }} ساعة