@extends('layouts.app') @section('title', 'Live Bookings') @push('styles') @endpush @section('content')
OTA reservations received from Channel Manager
| Channel | Booking ID | Customer Name | Payment | Booked On | Check-in | Check-out | Room | Total Room Night | # of Rooms | Meal Plan | Price | Status | Action |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $booking->channel }} | {{ $booking->booking_id }} |
{{ $booking->guestName() }} | {{ $booking->paymentLabel() }} | {{ $booking->bookedOnLabel() }} | {{ $booking->checkinLabel() }} | {{ $booking->checkoutLabel() }} | {{ $booking->roomLabel() }} | {{ $booking->roomNightCount() ?? '—' }} | {{ $booking->roomCount() ?: '—' }} | {{ $booking->mealPlanLabel() }} | {{ $booking->priceLabel() }} | {{ $booking->statusLabel() }} | |
No bookings in this date range.
Run Sync from CM or php artisan cm:test-apis to add sample data.
|
|||||||||||||