@extends("front.layout") @section("content")
Home Detail
{{-- + Add Property --}}
{{--
--}}
Estimated Home Value
@if(!empty($property->current_estimated_home_value)) ${{number_format($property->current_estimated_home_value)}} @else -- @endif
Estimated Home Equity
@if(!empty($property->estimated_home_equity)) ${{number_format($property->estimated_home_equity)}} @else -- @endif

{{$property->address}}, {{$property->city}}, {{$property->zipcode}}
{{$property->summary}}

{{--

Near By Schools   

@foreach ($schools as $school) @endforeach
School Rating Distance
{{$school->institutionname}} {{$school->schoolrating}} {{$school->distance}} km
--}} {{--

Transportation Noise   

@foreach ($property_transportationnoises as $tnoise) @endforeach
Noise Type Noise Level Description
{{$tnoise->noise_type_desc}} {{$tnoise->level}} {{$tnoise->level_description}}
Summary: {{$property->transportation_noise_summary}}
--}}

Sales Trend   

{{-- --}} {{----}} @foreach ($sales_trends as $trend) {{-- --}} {{----}} @endforeach
Interval YearEnd YearHome Sales Count Avg. Sales Price Med. Sales PricePublished Date
{{ucwords($trend->interval)}} {{$trend->start_year}}{{$trend->end_year}}{{$trend->homesalecount}} ${{number_format($trend->avgsaleprice)}} ${{number_format($trend->medsaleprice)}}{{$trend->pubdate->format("m-d-Y")}}

Rental Estimate   

@foreach ($rentalavms as $rentalavm) @endforeach
Valuation Date Estimated Rental Value Estimated Min. Rental Value Estimated Max. Rental Value
{{$rentalavm->valuation_date1}} {{$rentalavm->estimated_rental_value}} {{$rentalavm->estimated_min_rental_value}} {{$rentalavm->estimated_max_rental_value}}

Automated Valuation Model (Home Value Estimate)   

@include("front.myaccount.inc-avm")

Owner Detail   

@include("front.myaccount.inc-prop-owner")
{{--

Building Permits   

@foreach ($buildingpermits as $buildingpermit) @endforeach
Effective Date Permit Number Status Description Type Project Name Job Value Fees Business Name Home Owner Name
{{$buildingpermit->effectivedate1 ?? ""}} {{$buildingpermit->permitnumber}} {{$buildingpermit->status}} {{$buildingpermit->description}} {{$buildingpermit->type}} {{$buildingpermit->projectname}} {{$buildingpermit->jobvalue}} {{$buildingpermit->fees}} {{$buildingpermit->businessname}} {{$buildingpermit->homeownername}}
--}}

Disclaimer - Smart AVM estimates are based on available data and mathematical models and should not be considered a substitute for a professional appraisal.

@endsection @push("scripts") @endpush