{{-- Booking Widget Component (Integration with existing booking system) --}} @php $title = $component['content']['title'] ?? 'Book Your Appointment'; $description = $component['content']['description'] ?? 'Select your preferred date and time'; $serviceType = $component['content']['service_type'] ?? null; $showCalendar = $component['content']['show_calendar'] ?? true; $bookingId = 'booking-widget-' . uniqid(); @endphp