@include('Admin.user.partials.profilenav')
| Booking purpose |
{{$booking->booking_purpose}} |
| People limit |
{{$booking->people_limit}} |
| Is alcohol |
{{$booking->is_alcohol}} |
| Message |
{{$booking->message}} |
| Booking date |
{{$booking->booking_date}} |
| Booking hours |
{{$booking->booking_hours}} |
| Processing fee |
{{$booking->processing_fee}} |
| Total |
{{$booking->total}} |
| Name |
{{$property->title}} |
| pricing |
{{isset($property->pricing->hourly_rate) ? $property->pricing->hourly_rate : 0}} |
| Status |
{{$property->status}} |
| Country |
{{$property->propertyDetail->space_country}} |
| Space ddress |
{{$property->propertyDetail->space_address}} |
| City |
{{$property->propertyDetail->space_city}} |
| State |
{{$property->propertyDetail->space_state}} |
| Zip code |
{{$property->propertyDetail->space_zip_code}} |
| Parking options |
@foreach($property->parkingOptions as $parkingOption)
{{$parkingOption->name}}
@endforeach
|
| Parking description |
{{$property->propertyDetail->parking_description}} |
| Security camera recording device |
{{$property->propertyDetail->security_camera_recording_device}} |
| Description |
{{$property->propertyDetail->space_description}} |
| sqft |
{{$property->propertyDetail->space_book_sqft}} |
| Allowed age |
{{$property->propertyDetail->space_allowed_age}}
|
| Wifi name password |
{{$property->propertyDetail->space_wifi_name_password}}
|
| Arrival instruction |
{{$property->propertyDetail->space_arrival_instruction}}
|
| Operating hours |
@foreach($property->operatingHours as $operatingHour)
|