complete 3.4 with qa tests

This commit is contained in:
Naser Mansour
2025-12-26 19:26:02 +02:00
parent 1b3bc0a2cf
commit 875741d906
19 changed files with 1282 additions and 62 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
return [
'consultation_status' => [
'pending' => 'Pending',
'approved' => 'Approved',
'rejected' => 'Rejected',
'completed' => 'Completed',
'no_show' => 'No Show',
'cancelled' => 'Cancelled',
],
];