Enhance CardOrder model and SMS functionality

- Added unique ID generation and SMS notification upon CardOrder creation.
- Updated CardOrdersTable to default sort by creation date.
- Implemented logging for SMS sending in SmsRepository for better debugging.
This commit is contained in:
Mekan1206
2025-12-21 05:05:28 +05:00
parent c0bfe974ad
commit 59548a486f
4 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
<?php
return [
'card_order_created' => 'Kart sargydyňyz :order_id belgi bilen hasaba alyndy. Sargydy tassyklamak üçin operatorymyz habarlaşar.',
];