{{-- end calendarData() --}}
{{-- ===== ROOM TRANSFER MODAL ===== --}}
{{-- Backdrop --}}
{{-- Panel --}}
{{-- Header --}}
Room Transfer
{{-- Body --}}
{{-- Guest info --}}
{{-- Room arrows --}}
From
To
{{-- Warning if room not clean/available --}}
Room is and cannot accept a transfer. Drop the guest onto a different room.
{{-- Transfer form --}}
@endsection
@push('pageTour')
@php
$__pageTour = [
['target' => '[data-tour=month-nav]', 'title' => 'Month navigation', 'desc' => 'Move between months or jump back to today. The timeline shows every room down the side and each day across the top.'],
['target' => '[data-tour=status-filter]', 'title' => 'Status filter', 'desc' => 'Toggle which booking states appear as bars — pending, confirmed, in-house, or checked-out.'],
['target' => '[data-tour=guest-search]', 'title' => 'Guest search', 'desc' => 'Type a name to dim every bar except matching guests, so a booking is easy to spot in a busy month.'],
['target' => '.cal-drag-handle', 'title' => 'Drag to transfer', 'desc' => "Grab the handle on a checked-in guest's bar and drop it on another room to transfer them — you'll confirm with a reason. (Shown only when an in-house booking is visible.)"],
];
@endphp
@endpush