{{-- 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
@if($title)

{{ $title }}

@endif @if($description)

{{ $description }}

@endif
Easy online booking
Instant confirmation
Email & SMS reminders
@csrf
@if(class_exists('\App\Models\BookingService'))
@endif @if($showCalendar)
@endif