Property Type
{{ $property->property_type }}
Property Sub Type
{{ $property->property_sub_type }}
Status
{{ $property->standard_status }}
MLS Status
{{ $property->mls_status }}
List Price
${{ number_format($property->list_price, 2) }}
Original List Price
${{ number_format($property->original_list_price, 2) }}
Close Price
${{ number_format($property->close_price, 2) }}
Days on Market
{{ $property->days_on_market }}
Address Information
Street Number
{{ $property->street_number }}
Street Direction Prefix
{{ $property->street_dir_prefix }}
Street Name
{{ $property->street_name }}
Street Suffix
{{ $property->street_suffix }}
Street Direction Suffix
{{ $property->street_dir_suffix }}
Unit Number
{{ $property->unit_number }}
City
{{ $property->city }}
State/Province
{{ $property->state_or_province }}
Postal Code
{{ $property->postal_code }}
Postal Code Plus4
{{ $property->postal_code_plus4 }}
County/Parish
{{ $property->county_or_parish }}
Country
{{ $property->country ?? 'N/A' }}
Country Region
{{ $property->country_region }}
Unparsed Address
{{ $property->unparsed_address }}
Coordinates
{{ $property->latitude ?? 'N/A' }},
{{ $property->longitude ?? 'N/A' }}
Property Specifications
Bedrooms
{{ $property->bedrooms_total }}
Bathrooms (Decimal)
{{ $property->bathrooms_total_decimal }}
Bathrooms
{{ $property->bathrooms_full }}{{ $property->bathrooms_half ? ' + ' . $property->bathrooms_half . ' half' : '' }}
Living Area
{{ number_format($property->living_area) }}
{{ $property->living_area_units }}
Lot Size (Square Feet)
{{ number_format($property->lot_size_square_feet) }}
Lot Size (Acres)
{{ $property->lot_size_acres }}
Lot Dimensions
{{ $property->lot_size_dimensions }}
Year Built
{{ $property->year_built }}
Year Built Details
{{ $property->year_built_details }}
Stories Total
{{ $property->stories_total }}
Parking Information
Garage
{{ $property->garage_yn ? 'Yes' : 'No' }}
Attached Garage
{{ $property->attached_garage_yn ? 'Yes' : 'No' }}
Garage Spaces
{{ $property->garage_spaces }}
Carport
{{ $property->carport_yn ? 'Yes' : 'No' }}
Carport Spaces
{{ $property->carport_spaces }}
Open Parking
{{ $property->open_parking_yn ? 'Yes' : 'No' }}
Covered Spaces
{{ $property->covered_spaces }}
Total Parking
{{ $property->parking_total }}
Pool & Spa Information
Private Pool
{{ $property->pool_private_yn ? 'Yes' : 'No' }}
Spa
{{ $property->spa_yn ? 'Yes' : 'No' }}
Financial Information
Tax Annual Amount
${{ number_format($property->tax_annual_amount, 2) }}
Tax Year
{{ $property->tax_year }}
Tax Lot
{{ $property->tax_lot }}
Parcel Number
{{ $property->parcel_number }}
Association Fee
${{ number_format($property->association_fee, 2) }}
Association Fee Frequency
{{ $property->association_fee_frequency }}
Property Features
New Construction
{{ $property->new_construction_yn ? 'Yes' : 'No' }}
Furnished
{{ $property->furnished }}
Waterfront
{{ $property->waterfront_yn ? 'Yes' : 'No' }}
View
{{ $property->view_yn ? 'Yes' : 'No' }}
Horse Property
{{ $property->horse_yn ? 'Yes' : 'No' }}
Virtual Tour
Remarks
Public Remarks
{{ $property->public_remarks }}
Private Remarks
{{ $property->private_remarks }}
Syndication Remarks
{{ $property->syndication_remarks }}
Listing Information
Listing Key
{{ $property->listing_key }}
Listing ID
{{ $property->listing_id }}
Listing Contract Date
{{ $property->listing_contract_date }}
On Market Date
{{ $property->on_market_date }}
Off Market Date
{{ $property->off_market_date }}
Pending Timestamp
{{ $property->pending_timestamp }}
Close Date
{{ $property->close_date }}
Contract Status Change Date
{{ $property->contract_status_change_date }}
Listing Agreement
{{ $property->listing_agreement }}
Contingency
{{ $property->contingency }}
API Timestamps
Original Entry Timestamp
{{ $property->original_entry_timestamp }}
Modification Timestamp
{{ $property->modification_timestamp }}
Price Change Timestamp
{{ $property->price_change_timestamp }}
Status Change Timestamp
{{ $property->status_change_timestamp }}
Major Change Timestamp
{{ $property->major_change_timestamp }}
Photos Change Timestamp
{{ $property->photos_change_timestamp }}
Bridge Modification Timestamp
{{ $property->bridge_modification_timestamp }}
Metadata
Source System Key
{{ $property->source_system_key }}
Originating System Key
{{ $property->originating_system_key }}
Originating System Name
{{ $property->originating_system_name }}
Originating System ID
{{ $property->originating_system_id }}
Created At
{{ $property->created_at ? $property->created_at->format('Y-m-d H:i:s') : 'N/A' }}
Updated At
{{ $property->updated_at ? $property->updated_at->format('Y-m-d H:i:s') : 'N/A' }}