{{-- Availability Info Banner --}} @if($listing->buffer_hours > 0)

{{ $listing->buffer_hours }} hour preparation buffer between bookings

@endif
{{-- Custom Calendar & Time Slot Picker --}}
{{-- This will be populated by JavaScript --}}
Loading calendar...
{{-- Hidden inputs for Livewire --}} {{-- Error Messages --}} @error('check_in')
{{ $message }}
@enderror @error('check_out')
{{ $message }}
@enderror {{-- Rest of form only shows after dates selected --}}
{{-- Pass data to JavaScript --}}