عرض معلومات تصحيحية للإعدادات الحالية
{
"working_hours": [
{
"start": "09:00",
"end": "21:00"
}
],
"closed_days": [
5
],
"closed_hours": [],
"break_time_minutes": 90,
"booking_duration_minutes": 30,
"advance_booking_days": 30,
"same_day_booking": true,
"max_bookings_per_day": 3,
"auto_confirm_bookings": false,
"disabled_dates": [
"2025-09-29",
"2025-09-28"
],
"booking_notification_email": "waleed.alsadi14@gmail.com",
"booking_notification_phone": "0096894919627",
"service_location_instore_enabled": true,
"service_location_instore_price": 5,
"service_location_homeservice_enabled": true,
"service_location_homeservice_price": 15,
"service_locations": [
{
"code": "salon",
"label": "في المحل",
"fee": 5,
"icon": "fas fa-store text-primary",
"description": "خدمة في مقر مزمز"
},
{
"code": "home",
"label": "خدمة منزلية",
"fee": 15,
"icon": "fas fa-home text-warning",
"description": "نأتي إليك أينما كنت"
}
],
"home_service_fee": 15
}