@extends("front.layout") @section("content")
Filter
Properties
@foreach ($allproperties as $property)
{{--
--}}
Current Estimated Home Value
@if(!empty($property->current_estimated_home_value)) ${{number_format($property->current_estimated_home_value)}} @else -- @endif
Add Estimated Home Equity
@if(!empty($property->estimated_home_equity)) ${{number_format($property->estimated_home_equity)}} @else -- @endif

{{$property->address}}, {{$property->city}}, {{$property->zipcode}}
Edit Property

@endforeach
@endsection @push("scripts") @endpush