@if ($quote_data->residential_status == 'tenant')
@endif
@if ($quote_data->residential_status == 'owner')
@endif
@if ($quote_data->mortgage_type == '1')
@endif
@if ($quote_data->mortgage_type == '2')
@endif
@if ($quote_data->loan_repayment == '1')
@endif
@if ($quote_data->taken_loan == '1' && $quote_data->loan_repayment == '1')
@endif
@if ($quote_data->taken_loan == '0' && $quote_data->loan_repayment == '1')
@endif