refactor: extract rate formatting logic to RateService and add tests

هذا الالتزام موجود في:
2025-05-31 15:22:50 +03:00
الأصل b19748ef20
التزام cc4e74f3f1
13 ملفات معدلة مع 278 إضافات و56 حذوفات

عرض الملف

@@ -115,4 +115,20 @@ return [
'name' => env('MAIL_FROM_NAME', 'Example'),
],
/*
|--------------------------------------------------------------------------
| Global "Admin" Email Address
|--------------------------------------------------------------------------
|
| This address is used for sending important system alerts or notifications
| to the administrator. It can be referenced across the app when notifying
| the site admin about system-level issues.
|
*/
'admin' => [
'address' => env('MAIL_ADMIN_ADDRESS'),
'name' => env('MAIL_ADMIN_NAME', 'Admin'),
]
];