@extends('layouts.contentLayoutMaster') @section('content')

تفاصيل غياب الفصل

@foreach ($attendance_reports as $key => $report) @endforeach
# الفصل اليوم التاريخ الاجراءات المتاحة
{{ $report->id }} {{ $report->class_name }} {{ $report->day_name }} {{ $report->report_date }} @can('StudentParticipations-edit') تفاصيل الغياب @endcan
@endsection