نظام إدارة الفريق - {{ config('app.name', 'Hope Team System') }}
تاريخ الطباعة: {{ $printDate }}
| النوع | العنوان والوصف | الأعضاء المستهدفون | النقاط المخصومة | منشئ المخالفة | تاريخ الإنشاء | الحالة | تاريخ الحل |
|---|---|---|---|---|---|---|---|
| {{ $violation->type === 'warning' ? 'إنذار' : 'مخالفة' }} @if($violation->is_automatic) تلقائي @endif |
{{ $violation->title }}
{{ $violation->description }}
|
@foreach($violation->members as $member)
{{ $member->user->name }}@if(!$loop->last), @endif
@endforeach
({{ $violation->members->count() }} عضو)
|
@if($violation->points_deducted > 0)
{{ $violation->points_deducted }}
إجمالي: {{ $violation->points_deducted * $violation->members->count() }} @else - @endif |
{{ $violation->creator->name }} |
{{ $violation->created_at->format('Y/m/d') }}
{{ $violation->created_at->format('H:i') }} |
@if($violation->status == 'pending') معلق @elseif($violation->status == 'active') نشط @else محلول @endif | @if($violation->resolved_at) {{ $violation->resolved_at->format('Y/m/d H:i') }} @else - @endif |
لا توجد مخالفات أو إنذارات تطابق معايير البحث المحددة