{{ __('بطاقة رصد الإجابات للموجة للطلاب') }}
@if (Auth::check() && Auth::user()->user_name == 'admin')
{{ __('إضافة جديدة') }}
@endif
@if (count($groupedGuidelines) > 0)
{{ __('معاينة الإستبيان') }}
@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 . '؟' }} | |||
| {{ __('الإجابات المتوقعة') }} |
|
|||
| {{ __('العمليات') }} |
|
|||
{{ __('لا توجد بيانات متاحة') }}