@extends('admin.layouts.master') @section('title', 'إدارة حضور وغياب المعلمين - الفهرس') @section('css') @endsection @section('content')
@include('admin.partials.page-header', [ 'title' => 'إدارة حضور وغياب المعلمين - الفهرس', 'breadcrumbs' => $breadcrumbs, 'actions' => $actions, ]) @include('admin.partials.alerts')

إجمالي السجلات

{{ $reportSummary['total'] }}

حاضر

{{ $reportSummary['present'] }}

غائب

{{ $reportSummary['absent'] }}

متأخر

{{ $reportSummary['late'] }}

بعذر

{{ $reportSummary['excused'] }}
سجلات حضور وغياب المعلمين
المعلم التاريخ الحالة ملاحظات العمليات
@endsection @section('js') @endsection