@extends('Admin.layout.master') @section('content')
@include('Admin.user.partials.profilenav')

Contract Details

Title {{$contract->title}}
Contract date {{$contract->contract_date}}
Amount {{$contract->amount}}
Description {{$contract->description}}
Contract status {{$contract->contract_status}}
Name {{$contract->manager->name}}
Phone {{$contract->manager->phone}}
Email {{$contract->manager->email}}
Location {{$contract->manager->managerProfile->location}}
About {{$contract->manager->managerProfile->about}}
Manager services @foreach($contract->manager->managerServices as $managerService) {{$managerService->name}} @endforeach
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)