@extends('layout.app') @section('title') {{ __('الاختبارات المركزية ') }} @stop @section('css') @stop @section('content')

الطلاب الغائبين عن اختبار {{ $exam->name }} للصف @if ($sub_exam->class) {{ $sub_exam->class->name }} @endif

{{-- --}} @foreach ($sub_exam->absences as $absence) @endforeach
# {{ __('اسم الطالب') }} {{ __('Action') }}
{{ $loop->iteration }} @if ($absence->user) {{ $absence->user->name }} @endif حذف
@if ($sub_exam->absences->count() == 0)

لا يوجد غيابات حاليا

@endif
@endsection @section('js') @stop