@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['processed'] }}

قيد الانتظار

{{ $reportSummary['pending'] }}

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

{{ number_format($reportSummary['totalSalaries'], 2) }} ر.س

{{-- جدول البيانات --}}
مستحقات المعلمين
بيانات آجاكس
# المعلم الشهر الراتب الاستقطاع الجزاء المكافأة الصافي الحالة العمليات
@endsection @section('js') @endsection