{{ __('بطاقة رصد الإجابات للموجة للمعلمين') }}
@if (!$finalized && count($groupedGuidelines) > 0)
@endif
@if (count($groupedGuidelines) > 0)
{{ __('تصدير PDF') }}
@endif
@if (Auth::check() && Auth::user()->user_name == 'admin')
{{ __('إضافة جديدة') }}
@endif
@if (count($groupedGuidelines) > 0)
@php
$lastDeptStandard = null;
$lastIndicator = null;
@endphp
@foreach ($groupedGuidelines as $groupKey => $group)
@php
[$deptId, $standardId, $indicatorId] = explode('-', $groupKey);
$department = $group->first()->department;
$standard = $group->first()->standard;
$indicator = $group->first()->indicator;
@endphp
@if ($lastDeptStandard !== $deptId . '-' . $standardId)
@if ($lastDeptStandard !== null)
@endif
@else
@endif
| {{ $department->name }} - {{ $standard->standard_name }} | ||||
|---|---|---|---|---|
| {{ __('المؤشر') }}: {{ $indicator->name }} | ||||
| {{ __('الفقرة') }} | {{ $guideline->paragraph->name }} | |||
| {{ __('السؤال') }} | {{ 'كيف ' . $guideline->paragraph->name . '؟' }} | |||
| {{ __('الإجابات المتوقعة') }} |
|
|||
| {{ __('التقييم') }} | {{ $evaluations[$guideline->paragraph->id] }} | |||
| {{ __('العمليات') }} |
|
|||
{{ __('لا توجد بيانات متاحة') }}