Cancellation
@if ($property->rules->cancellation == true)
This property has free cancellation on all the rooms
@else
This property does not offer free cancellation. Check what conditions might apply to each option when making your selection.
@endif
Early CheckOut
@if ($property->rules->earlycheckout == true)
This property supports early checkouts. Checkout can be from the checkin time up untill {$property->checkout_start} and ends by {$property->checkout_end}. Please note, late checkout might attract additional fee.
@else
This property does not allow early checkout. Checkout starts from {$property->checkout_start} and ends by {$property->checkout_end}. Late checkout might attract additional fees.
@endif
PetsPets policies vary according to accommodations type. Check what conditions might apply to each option when making your selection.
Payment methodsHere are the following payment methods supported by this property:
@if (is_array($property->rules->paymentMethods) or is_object($property->rules->paymentMethods))
@foreach($property->rules->paymentMethods as $method => $val)
@if ($val == true)
{ucfirst($method)}
@endif
@endfor
@endif
@if (count($property->rooms) > 0 or $property->applied_filter)
Search Result
Check In
{date('D, M d, Y', strtotime($searchResult['checkIn']))}
Check Out
{date('D, M d, Y', strtotime($searchResult['checkOut']))}