{{number_format($revenue)}}

Revenue

{{number_format($bookings)}}

Total Booking

{{number_format($checkIn)}}

Check In

{{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

Check In 23,451 +0.4% Check Out 20,441
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)
# GuestCheckin Nights Payment Status
{{$key+1}} {{$pay->customer->name}}