معاينة التقرير: سجل الحضور والغياب @if(isset($isOwnRecord) && $isOwnRecord) الخاص بك @else للعضو {{ $user->name }} @endif

{{ $user->email }}

العودة للقائمة

سجل الحضور والغياب التفصيلي

المشرف: {{ $moderator->name }}

@if(isset($isOwnRecord) && $isOwnRecord) السجل الخاص بك @else اسم العضو: @endif {{ $user->name }}

تاريخ التقرير: {{ now()->format('Y/m/d H:i') }}

@if(request('from') || request('to'))

فترة التقرير: @if(request('from') && request('to')) من {{ request('from') }} إلى {{ request('to') }} @elseif(request('from')) من {{ request('from') }} @elseif(request('to')) حتى {{ request('to') }} @endif

@endif

الإحصائيات

{{ $attendanceStats['total_days'] }}
إجمالي الأيام
{{ $attendanceStats['present_days'] }}
أيام الحضور
{{ $attendanceStats['excused_absences'] }}
غياب بعذر
{{ $attendanceStats['unexcused_absences'] }}
غياب بدون عذر
{{ $attendanceStats['warnings'] }}
الإنذارات
@if($evaluations->count() > 0) @foreach ($evaluations as $index => $evaluation) even) class="bg-gray-50" @endif> @endforeach
# التاريخ اليوم حالة الحضور النقاط ملاحظات
{{ $index + 1 }} {{ \Carbon\Carbon::parse($evaluation->evaluation_date)->format('Y/m/d') }} {{ \Carbon\Carbon::parse($evaluation->evaluation_date)->locale('ar')->dayName }} @if($evaluation->attendance_status == 'present') حاضر @elseif($evaluation->attendance_status == 'absent_with_excuse') غائب بعذر @else غائب بدون عذر @endif {{ $evaluation->total_daily_points ?? 0 }} {{ $evaluation->evaluator_notes ?? '-' }}
النقاط الكلية {{ $attendanceStats['total_points'] }}
@else

لا توجد سجلات حضور

@if(isset($isOwnRecord) && $isOwnRecord) لم يتم تسجيل أي حضور أو غياب لك في الفترة المحددة @else لم يتم تسجيل أي حضور أو غياب للعضو في الفترة المحددة @endif

@endif

تم إنشاء هذا التقرير بواسطة نظام إدارة الغياب

المشرف: {{ $moderator->name }}

تاريخ الطباعة: {{ now()->format('Y/m/d H:i:s') }}

هذا التقرير للاستخدام الداخلي فقط