| البند Clause |
الدخل Income |
الإجمالي النهائي Final Total |
||
|---|---|---|---|---|
| النقدية Cash | الشبكة Cards | الإجمالي Total | ||
| العربون Deposit | {{ number_format($depositStats->cash_deposit ?? 0, 2) }} | {{ number_format($depositStats->network_deposit ?? 0, 2) }} | {{ number_format(($depositStats->cash_deposit ?? 0) + ($depositStats->network_deposit ?? 0), 2) }} | {{ number_format(($depositStats->cash_deposit ?? 0) + ($depositStats->network_deposit ?? 0), 2) }} |
| التحصيل Collection | {{ number_format($collectionStats->cash_collection ?? 0, 2) }} | {{ number_format($collectionStats->network_collection ?? 0, 2) }} | {{ number_format(($collectionStats->cash_collection ?? 0) + ($collectionStats->network_collection ?? 0), 2) }} | {{ number_format(($collectionStats->cash_collection ?? 0) + ($collectionStats->network_collection ?? 0), 2) }} |
| إجمالي الدخل العام Grand Total Income | {{ number_format($totalCashInSafe ?? 0, 2) }} | {{ number_format($totalNetwork ?? 0, 2) }} | {{ number_format($totalInSafe ?? 0, 2) }} | {{ number_format($totalInSafe ?? 0, 2) }} |