{{ $property->actual_name }} {!! $data->property_status !!}
{{----}}
Revenue Statistics
43
-8.1%
56
92
-8.1%
87
Room Nights
43
-8.1%
56
92
-8.1%
87
@endif
Today
-
@if(count($data->todayCheckins) == 0)
-
{{ $booking->checkin_month }}
{{ $booking->checkin_day }}
{{ $booking->checkout_month }}
{{ $booking->checkout_day }}
{{ isset($booking->booking_room_id) ? $booking->booking->total_pax : $booking->guests }} Guest : {{ $booking->nights }} NightsGuest arrival timeNo time providedReceived:{{ $booking->created_at->format('D, M d, Y') }}{{----}}
@endforeach
No arrivals today
@endif @foreach( $data->todayCheckins as $key => $booking )-
@if(count($data->todayCheckouts) == 0)
-
{{ $booking->checkin_month }}
{{ $booking->checkin_day }}
{{ $booking->checkout_month }}
{{ $booking->checkout_day }}
{{ isset($booking->booking_room_id) ? $booking->booking->total_pax : $booking->guests }} Guest : {{ $booking->nights }} NightsGuest arrival timeNo time providedReceived:{{ $booking->created_at->format('D, M d, Y') }}
@endforeach
No depatures today
@endif @foreach( $data->todayCheckouts as $key => $booking )-
@if(count($data->stayOvers) == 0)
-
{{ $booking->checkin_month }}
{{ $booking->checkin_day }}
{{ $booking->checkout_month }}
{{ $booking->checkout_day }}
{{ isset($booking->booking_room_id) ? $booking->booking->total_pax : $booking->guests }} Guest : {{ $booking->nights }} NightsGuest arrival timeNo time providedReceived:{{ $booking->created_at->format('D, M d, Y') }}
@endforeach
No stayovers
@endif @foreach($data->stayOvers as $booking)Recent Bookings
-
@foreach( $data->recentBookings as $key => $booking )
-
{{ $booking->checkin_month }}
{{ $booking->checkin_day }}
{{ $booking->checkout_month }}
{{ $booking->checkout_day }}
{{ isset($booking->booking_room_id) ? $booking->booking->total_pax : $booking->guests }} Guest : {{ $booking->nights }} NightsGuest arrival timeNo time providedReceived:{{ $booking->created_at->format('D, M d, Y') }}{{----}}@if(isset($booking->special_request) && $booking->special_request != null) Special Request: {{ $booking->special_request }} @endif@if(isset($booking->comments) && $booking->comments != null) Call-Center Comments: {{ $booking->comments }} @endif
@endforeach
--}}
{{--
--}}
{{--Recent Reviews
--}} {{----}}
{{--
--}}
You have no recent activity
--}} {{--