Filter

Start
End

{{ number_format($totalRevenue) }}

Revenue

{{ number_format($totalBookings) }}

Total Booking

{{ number_format($totalCheckin) }}

Check In

{{ number_format($totalGuest) }}

Total Guests

{{ number_format($totalCancelled) }}

Cancelled

Reservation Stats

Check In {{ number_format($totalCheckin) }} +0.4% Check Out {{ $totalBookings - $totalCheckin }}

Reservation Stats

Total Bookings {{ $totalBookings }} +0.4% Revenue {{ number_format($totalRevenue) }}
@foreach ($data as $booking)
Guest No. Check In Check Out - Room
{{ $initials[$booking->id] }}