92 lines
2.8 KiB
PHP
92 lines
2.8 KiB
PHP
|
|
<table border="1" bordercolor="#eeeeee" cellpadding="0" cellspacing="0" width="560" >
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<table cellspacing="0" width="558">
|
|
<tbody>
|
|
<tr class="table_headers">
|
|
<td class="sectionHeader" id="AccountHistory">
|
|
Account History
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<table border="0" cellpadding="0" cellspacing="0" width="560">
|
|
<tbody>
|
|
<tr>
|
|
<td class="crLightTableBackground" colspan="1" width="555">
|
|
<b>
|
|
At-a-glance viewing of your payment history
|
|
</b>
|
|
<br/>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="crTableBackground" valign="top">
|
|
<img alt="Legend" border="0" src="https://www.smartcredit.com/resources/images/shared/tui/creditreport/tu-legend-creditreport.gif"/>
|
|
<br/>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
@if(!empty($account_history_data_set['Revolving']))
|
|
<div class="crTradelineGroupHeader" >
|
|
<b>
|
|
Revolving Accounts:
|
|
</b>
|
|
Accounts with an open-end term
|
|
</div>
|
|
@include('partials.credit_report.sub_account_history',['account_history_data'=>$account_history_data_set['Revolving']])
|
|
@endif
|
|
@if(!empty($account_history_data_set['Installment']))
|
|
<div class="crTradelineGroupHeader" >
|
|
<b>
|
|
Installment Accounts:
|
|
</b>
|
|
Accounts comprised of fixed terms with regular payments
|
|
</div>
|
|
@include('partials.credit_report.sub_account_history',['account_history_data'=>$account_history_data_set['Installment']])
|
|
@endif
|
|
@if(!empty($account_history_data_set['Line_of_credit']))
|
|
@include('partials.credit_report.sub_account_history',['account_history_data'=>$account_history_data_set['Line_of_credit']])
|
|
@endif
|
|
|
|
@if(!empty($account_history_data_set['Collection']))
|
|
<div class="crTradelineGroupHeader" >
|
|
<b>
|
|
Collection Accounts:
|
|
</b>
|
|
Accounts seriously past due
|
|
</div>
|
|
@include('partials.credit_report.sub_account_history',['account_history_data'=>$account_history_data_set['Collection']])
|
|
@endif
|
|
@if(!empty($account_history_data_set['Other']))
|
|
<div class="crTradelineGroupHeader" >
|
|
<b>
|
|
Other:
|
|
</b>
|
|
Accounts in which the exact category is unknown
|
|
</div>
|
|
@include('partials.credit_report.sub_account_history',['account_history_data'=>$account_history_data_set['Other']])
|
|
@endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|