{{ __('تسجيل دفعة جديدة للطالب') }}: {{ $student->full_name }}

@csrf

الملخص المالي للطالب

حالة الخصم: {{ $student->is_scholarship ? 'منحة كاملة (100%)' : ($student->discount_percentage > 0 ? $student->discount_percentage . '%' : 'لا يوجد') }}
إجمالي الرسوم (قبل الخصم): {{ number_format($financialSummary['total_fees'], 2) }} ريال
الرسوم المطلوبة: {{ number_format($financialSummary['total_fees_after_discount'], 2) }} ريال
إجمالي المسدد: {{ number_format($financialSummary['total_paid'], 2) }} ريال
المتبقي (حسب السجلات): {{ number_format($financialSummary['balance'], 2) }} ريال
إلغاء {{ __('تسجيل الدفعة') }}