complete 3.1 with qa test and future recommendations files also update claude md with init and laravel boost

This commit is contained in:
Naser Mansour
2025-12-26 18:24:26 +02:00
parent 1376f86d79
commit e679a45933
15 changed files with 943 additions and 12 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
return [
'working_hours' => 'Working Hours',
'working_hours_description' => 'Configure the available working hours for each day of the week.',
'closed' => 'Closed',
'save_working_hours' => 'Save Working Hours',
'slots_available' => ':count slot(s) available',
'no_slots' => 'No slots available',
'to' => 'to',
'start_time' => 'Start Time',
'end_time' => 'End Time',
];