@extends('layouts.app') @section('title', 'Lien Affidavit') @section('content') @if($loanStatusView == 1)
PROPERTY OWNER(S) LIEN AFFIDAVIT
@csrf



Lender or Other Lien Holder Balance
First Lien
Second Lien
Other Lien(s)

Please initial correct response below: Yes No
All real estate taxes and assessments are paid in full.
This Property is free of State and Federal tax liens.
This Property is free of Judgements.
Has owner filed bankruptcy in the past 90 days?
Does this property have a reverse mortgage?



POSSIBLE HOME EQUITY LIEN PROTECTOR (HELP) COVERAGE IN LIEU OF TITLE SEARCH
Update Status Details
CANCEL
@elseif($loanStatusView == 2) @include('order_notfound'); @elseif($loanStatusView == 3) @include('order_notfound'); @elseif($loanStatusView == 4) @include('error'); @endif @endsection @section('page_css') @endsection @section('page_script') @endsection