complete story 6.2 with qa tests

This commit is contained in:
Naser Mansour
2025-12-27 19:44:23 +02:00
parent 54e9b0905d
commit 9c9bef0b25
8 changed files with 921 additions and 0 deletions
+13
View File
@@ -32,4 +32,17 @@ return [
'posts' => 'Posts',
'total_published' => 'Total Published',
'published_this_month' => 'Published This Month',
// Analytics Charts
'analytics_charts' => 'Analytics Charts',
'last_6_months' => 'Last 6 Months',
'last_12_months' => 'Last 12 Months',
'apply' => 'Apply',
'monthly_trends' => 'Monthly Trends',
'consultation_breakdown' => 'Consultation Breakdown',
'noshow_rate_trend' => 'No-Show Rate Trend',
'no_data_available' => 'No data available for the selected period',
'new_clients' => 'New Clients',
'noshow_rate_percent' => 'No-Show Rate %',
'concerning_threshold' => '20% Threshold',
];