complete story 3.2 with qa tests

This commit is contained in:
Naser Mansour
2025-12-26 18:43:26 +02:00
parent e679a45933
commit 43df24c7cd
18 changed files with 1483 additions and 74 deletions
+3 -1
View File
@@ -3,5 +3,7 @@
return [
'unauthorized' => 'You are not authorized to access this resource.',
'working_hours_saved' => 'Working hours saved successfully.',
'pending_bookings_warning' => 'Note: :count pending booking(s) may be affected.',
'pending_bookings_warning' => 'Warning: :count pending booking(s) exist during this time.',
'blocked_time_saved' => 'Blocked time saved successfully.',
'blocked_time_deleted' => 'Blocked time deleted successfully.',
];