Today's Reservations
Reservations report
{{ $arrivals }}
arrivals
{{ $departures }}
departures
{{ $newBookings }}
new booking
{{ $stays }}
stays
{{ $cancellations }}
cancellations

{{number_format($revenue)}}

Revenue

{{number_format($bookings)}}

Total Booking

{{number_format($nights)}}

Nights

{{number_format($guests)}}

Total Guests

Recent Booking

@foreach($data as $booking)

{{ $booking->room->title }}

{{ $booking->customer->name }} {{$booking->created_at->DiffForHumans()}}
{{ $booking->nights }}
@endforeach

Reservation Stats

Weekly Booking {{ $totalWeekBookings }} Weekly Revenue {{ number_format($totalWeekRevenue, 2) }}
Available Room Today {{number_format($availableRoom)}}
{{$perRoom}}% Complete
Check In Today {{number_format($checkIn)}}
{{$perCheckIn}}% Complete

₦{{number_format($revenue)}}

Total Revenue

{{number_format($guests)}}

Total Customer

{{number_format($rooms)}}

Total Room

{{number_format($transactions)}}

Total Transaction

Recent Payments

@foreach($payments as $key => $pay)
# Guest Check-in Nights Payment Status
{{$key+1}} {{$pay->customer->name}}