complete story 3.7 with qa test

This commit is contained in:
Naser Mansour
2025-12-26 20:05:03 +02:00
parent 7af029e1af
commit 6254d54fe9
32 changed files with 2882 additions and 45 deletions
+9
View File
@@ -9,4 +9,13 @@ return [
'no_show' => 'لم يحضر',
'cancelled' => 'ملغي',
],
'payment_status' => [
'pending' => 'معلق',
'received' => 'مستلم',
'na' => 'غير متاح',
],
'consultation_type' => [
'free' => 'مجانية',
'paid' => 'مدفوعة',
],
];