@extends("front.layout") @section("content")
@include("front.myaccount.submenu")
Welcome {{auth()->user()->name}}
Member Since: {{\Carbon\Carbon::parse(auth()->user()->created_at)->format('F Y')}}
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
Home Equity
@if(!empty($myproperty->estimated_home_equity)) ${{number_format($myproperty->estimated_home_equity)}} @else -- @endif
Current Rate @if(!empty($myproperty->current_rate)) {{$myproperty->current_rate}} @else -- @endif

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

@endforeach
Knowledge Base
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

{{-- --}} @endsection @push("scripts") @endpush