@if($property)
- Bedrooms:
- {{$property->bedroom}}
- Bathrooms:
- {{$property->bathroom}}
- Ensuites:
- {{$property->ensuite}}
- Toilets:
- {{$property->toilet}}
- Garage spaces:
- {{$property->garage}}
- Carport spaces:
- {{$property->carport}}
- Open car spaces:
- {{$property->open_car}}
- Living areas:
- {{$property->living}}
- House size:
- {{$property->house_size}} {{$property->house_size_unit}}
- Land size:
- {{$property->land_size}} {{$property->land_size_unit}}
- Energy efficiency rating:
- {{$property->energy_efficiency_rating}}
@else
You have not uploaded your property details yet.
@endif