complete 3.4 with qa tests
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'consultation_status' => [
|
||||
'pending' => 'قيد الانتظار',
|
||||
'approved' => 'موافق عليه',
|
||||
'rejected' => 'مرفوض',
|
||||
'completed' => 'مكتمل',
|
||||
'no_show' => 'لم يحضر',
|
||||
'cancelled' => 'ملغي',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user