Property image
@if($noBooking)

No Booking Found

There are no current bookings for this room.

@else

Booking Information

@if($guestName)

Type: {{ $roomDetails->RoomName }}

Apartment/Room Number: {{ $unitName }}

@else

No guest information found.

@endif @endif
@push('css') @endpush @push('js') @endpush