Account History
At-a-glance viewing of your payment history
Legend
@if(!empty($account_history_data_set['Revolving']))
Revolving Accounts: Accounts with an open-end term
@include('partials.credit_report.sub_account_history',['account_history_data'=>$account_history_data_set['Revolving']]) @endif @if(!empty($account_history_data_set['Installment']))
Installment Accounts: Accounts comprised of fixed terms with regular payments
@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']))
Collection Accounts: Accounts seriously past due
@include('partials.credit_report.sub_account_history',['account_history_data'=>$account_history_data_set['Collection']]) @endif @if(!empty($account_history_data_set['Other']))
Other: Accounts in which the exact category is unknown
@include('partials.credit_report.sub_account_history',['account_history_data'=>$account_history_data_set['Other']]) @endif