| # | النوع | العنوان | الأعضاء المخالفون | النقاط | الحالة | التاريخ | مرفق |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} |
{{ $violation->type_name }}
@if($violation->is_automatic)
تلقائي @endif |
{{ $violation->title }}
@if($violation->description)
{{ Str::limit($violation->description, 100) }} @endif |
@foreach($violation->members as $member)
{{ $member->acknowledged ? '✓' : '⏳' }}
{{ $member->user->name }}
@endforeach
({{ $violation->members->count() }} عضو)
|
@if($violation->type === 'violation' && $violation->points_deducted > 0)
{{ $violation->points_deducted }} × {{ $violation->members->count() }}
= {{ $violation->points_deducted * $violation->members->count() }} نقطة @else - @endif |
{{ $violation->status_name }}
@if($violation->isConfirmed())
{{ $violation->resolved_at_formatted }} @endif |
{{ $violation->created_at->format('Y/m/d') }}
{{ $violation->created_at->format('H:i') }} |
@if($violation->attachment) 📎 @else - @endif |
لا توجد بيانات لعرضها وفقاً للفلاتر المحددة