diff --git a/app/ClientLayout.js b/app/ClientLayout.js index 2350b7c..16ad83f 100644 --- a/app/ClientLayout.js +++ b/app/ClientLayout.js @@ -752,6 +752,12 @@ export default function ClientLayout({ children }) { الإشعارات + + +
+ الإعدادات +
+
-

دفتر الحسابات

-

- مرحباً {user?.name}، نظرة عامة على حساباتك -

+

دفتر الحسابات

- -
- - - -
- -
-

المعاملات المالية

+

نظرة مالية للمالك

+
+ + + +
+ + + +

إحصائيات العقارات المباشرة

+
+ + + + +
- {transactions.length > 0 ? ( -
- - - - - - - - - - - {transactions.map((tx, idx) => ( - - - - - - - ))} - -
- التاريخ - - البيان - - المبلغ - - الحالة -
- {tx.date} - - {tx.description} - - {formatCurrency(tx.amount)} - - - {tx.status === 'completed' - ? 'مكتمل' - : tx.status === 'pending' - ? 'قيد الانتظار' - : 'ملغي'} - -
-
- ) : ( -
- -

لا توجد معاملات مالية بعد

-
- )}