@extends('admin.layouts.master') @section('title', 'تقرير مستحقات المعلمين') @section('css') @endsection @section('content')
@include('admin.partials.page-header', [ 'title' => 'تقرير مستحقات المعلمين', 'breadcrumbs' => $breadcrumbs, ])

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

{{ $report['total'] }}

مصروفة

{{ $report['processed'] }}

قيد الانتظار

{{ $report['pending'] }}

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

{{ number_format($report['totalSalaries'], 2) }} ج

تفاصيل المستحقات
# المعلم الفترة الراتب المكافأة الصافي الحالة التاريخ
@endsection @section('js') @endsection