@extends("front.layout") @section("content")
Welcome {{auth()->user()->name}} ðŸ‘‹
@include("front.myaccount.submenu")
Refinance Opportunity
{{$refinance_opportunity["current_rate"]}}
Current Rate
@if($alert_types) @endif
{{--
5%
Now Rate is dropped
--}}
Home Equity
{{$home_equity['home_equity_value']}}
{{--
+21.65(0.79%)
30-day change --}}
Property Details
@foreach ($myproperties as $myproperty)
{{--
--}}
{{-- --}} Current Estimated Home Value
@if(!empty($myproperty->current_estimated_home_value)) ${{number_format($myproperty->current_estimated_home_value)}} @else -- @endif
{{-- --}} Current Rate
@if(!empty($myproperty->current_rate)) {{$myproperty->current_rate}} @else -- @endif
{{-- --}} Home Equity
@if(!empty($myproperty->estimated_home_equity)) ${{number_format($myproperty->estimated_home_equity)}} @else -- @endif

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

@endforeach
Be A Hero

Help your friends save some mortgage money!

2023 CONFORMING LOAN LIMITS FOR TENNESSEE (TN)

new conforming loan limits 2023 TN for 2-unit properties is $929,850 and goes up to $1,139,500

2023 CONFORMING LOAN LIMITS FOR TENNESSEE (TN)

new conforming loan limits 2023 TN for 2-unit properties is $929,850 and goes up to $1,139,500

2023 CONFORMING LOAN LIMITS FOR TENNESSEE (TN)

new conforming loan limits 2023 TN for 2-unit properties is $929,850 and goes up to $1,139,500

@if(session('processing_alert_after_login_done') == 0)
Loading...
@endif @endsection @push("scripts") @endpush