complete story 6.8 with QA tests

This commit is contained in:
Naser Mansour
2025-12-28 22:06:21 +02:00
parent 04d432d69d
commit 31520c0398
11 changed files with 865 additions and 27 deletions
+9
View File
@@ -129,4 +129,13 @@ return [
'update_date' => 'Update Date:',
'update_content' => 'Update:',
'view_timeline' => 'View Timeline',
// Test Email
'test_email_subject' => 'Test Email from Libra Law Firm',
'test_email_title' => 'Test Email',
'test_email_body' => 'This is a test email to verify your email configuration is working correctly.',
'test_email_timestamp' => 'Sent at: :time',
'test_email_config_info' => 'Current email configuration:',
'sender_name' => 'Sender Name:',
'sender_email' => 'Sender Email:',
];