{{ __('التقارير المالية') }} 💰

تصدير العودة

إجمالي التحصيل المالي

مقارنة بين المبالغ المتوقعة والمبالغ التي تم تحصيلها فعلياً

المبلغ المحصل: {{ number_format($financialStats['total_paid']) }} المستهدف: {{ number_format($financialStats['total_expected']) }}

نسبة التحصيل

{{ $financialStats['collection_rate'] }}%

المتبقي

{{ number_format($financialStats['total_due']) }}

إجمالي الإيرادات

{{ number_format($financialStats['total_paid']) }}

جميع الرسوم المدرسية المحصلة من الطلاب في جميع الفصول الدراسية للعام الحالي.

سجل التحصيل الشهري

@foreach($financialStats['monthly_trend'] as $month)
{{ date('M Y', strtotime($month->month)) }}
{{ number_format($month->amount) }}
مؤشر إيجابي
@endforeach