initial commit

This commit is contained in:
2026-06-29 13:00:18 +06:00
commit f2aea74471
3931 changed files with 562423 additions and 0 deletions

View File

@@ -0,0 +1,91 @@
<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

View File

@@ -0,0 +1,80 @@
<table border="1" bordercolor="#eeeeee" cellpadding="0" cellspacing="0" width="560">
<tbody>
<tr>
<td>
<table cellspacing="0" width="560">
<tbody>
<tr>
<td style="font-family:Arial; font-size: 12px; font-weight:bold;">
Consumer Statement
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="1" bordercolor="#eeeeee" cellpadding="0" cellspacing="0" width="560">
<tbody>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="560">
<tbody>
<tr class="crLightTableBackground">
<td width="2%">
</td>
<td align="start" valign="top">
<br/>
<span class="tranUnionText">
<b>
TransUnion:
</b>
</span>
{{ getConsumerStatement($consumer_statement_data_set['TransUnion'])}}
<br/>
</td>
</tr>
<tr class="crTableBackground">
<td width="2%">
</td>
<td align="start" valign="top">
<br/>
<span class="experianText">
<b>
Experian:
</b>
</span>
{{ getConsumerStatement($consumer_statement_data_set['Experian'])}}
<br/>
</td>
</tr>
<tr class="crLightTableBackground">
<td width="2%">
</td>
<td align="start" valign="top">
<br/>
<span class="equifaxText">
<b>
Equifax:
</b>
</span>
{{ getConsumerStatement($consumer_statement_data_set['Equifax'])}}
<br/>
<br/>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,91 @@
<table border="1" bordercolor="#eeeeee" cellpadding="0" cellspacing="0" width="560" >
<tbody>
<tr>
<td>
<table cellspacing="0" width="558">
<tbody>
<tr>
<td style="font-family:Arial; font-size: 12px; font-weight:bold;">
Creditor Contacts
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="1" bordercolor="#eeeeee" cellpadding="0" cellspacing="0" width="560" >
<tbody>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="558">
<tbody>
<tr>
<td class="inquiriesHeader" valign="top" width="3">
</td>
<td class="inquiriesHeader" colspan="1" width="255">
<b>
Creditor Name
</b>
<br/>
</td>
<td class="inquiriesHeader" colspan="1" width="190">
<b>
Address
</b>
</td>
<td class="inquiriesHeader" colspan="1" width="110">
<b>
Phone Number
</b>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="1" bordercolor="#eeeeee" cellpadding="0" cellspacing="0" width="560" >
<tbody>
<tr>
<td>
@foreach($creditor_contact_data_set as $creditor_contact_data)
@php
$class = 'crLightTableBackground';
if($loop->even){
$class = 'crTableBackground';
}
@endphp
<table border="0" cellpadding="0" cellspacing="0" width="558">
<tbody>
<tr>
<td class="{{$class}}" valign="top" width="3">
</td>
<td class="{{$class}}" valign="top" width="255">
{{$creditor_contact_data['name']}}
</td>
<td class="{{$class}}" valign="top" width="190">
{{$creditor_contact_data['CreditAddress']['unparsedStreet']}}
<br/>
{{$creditor_contact_data['CreditAddress']['city'].' '.$creditor_contact_data['CreditAddress']['stateCode'].$creditor_contact_data['CreditAddress']['postalCode']}}
<br/>
</td>
<td class="{{$class}}" valign="top" width="110">
{{ preg_replace("/^(\w{3})(\w{3})(\w{4})$/", "$1-$2-$3", $creditor_contact_data['telephone'])}}
</td>
</tr>
</tbody>
</table>
@endforeach
</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,83 @@
<table border="1" bordercolor="#eeeeee" cellpadding="0" cellspacing="0" width="560" >
<tbody>
<tr>
<td>
<table cellspacing="0" width="558">
<tbody>
<tr>
<td style="font-family:Arial; font-size: 12px; font-weight:bold;">
Inquiries
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="1" bordercolor="#eeeeee" cellpadding="0" cellspacing="0" width="560" >
<tbody>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="558">
<tbody>
<tr>
<td class="inquiriesHeader" colspan="1" width="255">
<b>
Creditor Name
</b>
<br/>
</td>
<td class="inquiriesHeader" colspan="1" width="190">
<b>
Date of inquiry
</b>
<br/>
</td>
<td class="inquiriesHeader" colspan="1" width="110">
<b>
Credit Bureau
</b>
<br/>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="1" bordercolor="#eeeeee" cellpadding="0" cellspacing="0" width="560" >
<tbody>
<tr>
<td>
@foreach($inquiries_data_set as $inquiries_data)
<table border="0" cellpadding="0" cellspacing="0" width="558">
<tbody>
<tr>
<td width="3">
</td>
<td class="crLightTableBackground" width="255">
{{$inquiries_data['Inquiry']['subscriberName']}}
</td>
<td class="crLightTableBackground" width="190">
{{ getStringToDateTime($inquiries_data['Inquiry']['inquiryDate'],'m/d/Y')}}
</td>
<td class="crLightTableBackground" width="110">
{{$inquiries_data['Inquiry']['bureau']}}
</td>
</tr>
</tbody>
</table>
@endforeach
</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,89 @@
<html>
<head>
<link charset="utf-8" href="https://www.smartcredit.com/resources/css/sc/pages/member/credit-report/3b/base.css" rel="stylesheet" type="text/css"/>
<style>
td#personalInfo {
width: 100%;
}
#reportTop table{
width: 100%;
}
</style>
{{-- <!-- Bootstrap -->--}}
{{-- <link href="{{ asset('theme/bootstrap/dist/css/bootstrap.min.css') }}" rel="stylesheet">--}}
{{-- <link href="{{ asset('css/rtg_custom.css') }}" rel="stylesheet">--}}
{{-- <link href="{{ asset('css/iq-default.min.css') }}" rel="stylesheet">--}}
{{-- <link href="{{ asset('css/smart_credit_report.css') }}" rel="stylesheet">--}}
</head>
<body >
<div id="reportTop" class="container">
<div id="TokenDisplay">
<table border="1" bordercolor="#eeeeee" cellpadding="0" cellspacing="0" width="560" >
<thead>
<tr class="crTableHeader">
<td width="25%">
</td>
<td class="tranunionHeaderColum" width="25%">
TransUnion®
</td>
<td class="experianHeaderColum" width="25%">
Experian®
</td>
<td class="equifaxHeaderColum" width="25%">
Equifax®
</td>
</tr>
</thead>
<tbody>
<tr>
<td>
<b align="left" class="sectionHeader" id="vscore" width="38%">
{{$creditScore['title']}}
</b>
</td>
<td style="font-size: 10;">
<b>
{{$creditScore['TransUnion']}}
</b>
</td>
<td style="font-size: 10;">
<b>
{{$creditScore['Experian']}}
</b>
</td>
<td style="font-size: 10;">
<b>
{{$creditScore['Equifax']}}
</b>
</td>
</tr>
</tbody>
</table>
<br/>
@include('partials.credit_report.personal_info')
<br/>
@include('partials.credit_report.consumer_statement')
<br/><br/>
@include('partials.credit_report.summary')
<br/><br/>
@include('partials.credit_report.account_history')
<br/><br/>
@include('partials.credit_report.public_info')
<br/>
@include('partials.credit_report.inquiries')
<br/><br/>
@include('partials.credit_report.creditor_contact')
<br/><br/>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,132 @@
<table border="1" bordercolor="#eeeeee" cellpadding="0" cellspacing="0" width="560" >
<tbody>
<tr>
<td>
<table cellpadding="0" cellspacing="0" width="560">
<tbody>
<tr class="table_headers">
<td>
</td>
<td align="left" class="sectionHeader" id="personalInfo" width="38%">
Personal Information
</td>
<td class="backtoTopText">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="1" bordercolor="#eeeeee" cellspacing="0" width="560" >
<tbody>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="558">
<tbody>
<tr class="crTableHeader">
<td width="25%">
</td>
<td class="tranunionHeaderColum" width="25%">
TransUnion®
</td>
<td class="experianHeaderColum" width="25%">
Experian®
</td>
<td class="equifaxHeaderColum" width="25%">
Equifax®
</td>
</tr>
</tbody>
</table>
@foreach($personal_infos as $key => $value)
@php
$class = 'crLightTableBackground';
if($loop->even){
$class = 'crTableBackground';
}
@endphp
<table border="0" cellpadding="0" cellspacing="0" width="558">
<tbody>
<tr class="{{$class}}" height="7">
<td colspan="4">
</td>
</tr>
<tr class="{{$class}}">
<td nowrap="" width="25%">
<span class="Rsmall">
<b>
{{$value['title']}}:
</b>
</span>
</td>
@if(getCreditReportValuesExistOrNot($value,$key))
<td align="Left" valign="top" width="75%" colspan="3">
<span class="Rsmall">
None Reported
</span>
</td>
@else
<td class="{{$class}}" width="25%">
<span class="Rsmall">
@foreach($value['data']['TransUnion'] as $transUnion)
<span class="Rsmall">
{{ getCreditReportPersonalInfo($transUnion,$key) }}
</span>
<br/>
@endforeach
</span>
</td>
<td class="{{$class}}" width="25%">
@foreach($value['data']['Experian'] as $experian)
{{ getCreditReportPersonalInfo($experian,$key) }}
<br/>
@endforeach
</td>
<td class="{{$class}}" width="25%">
@foreach($value['data']['Equifax'] as $equifax)
{{ getCreditReportPersonalInfo($equifax,$key) }}
@endforeach
<br/>
</td>
@endif
</tr>
<tr class="{{$class}}" height="7">
<td colspan="4">
</td>
</tr>
</tbody>
</table>
@endforeach
</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,36 @@
<table border="1" bordercolor="#eeeeee" cellspacing="0" width="556" >
<tbody>
<tr style="font-family:Arial; font-size: 12px; font-weight:bold;">
<td style="font-family:Arial; font-size: 12px; font-weight:bold;">
Public Information
</td>
</tr>
<tr>
<td>
<table>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="556">
<tbody>
<tr>
<td class="crLightTableBackground" width="5">
<img border="0" src="https://www.smartcredit.com/resources/images/shared/tui/creditreport/tradeline-clear.gif" width="5"/>
</td>
<td class="crLightTableBackground" valign="top" width="555">
NONE REPORTED
</td>
</tr>
</tbody>
</table>
<br/>
</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,108 @@
<table border="0" cellpadding="0" cellspacing="0" width="560" >
<tbody>
<tr>
<td class="crLightTableBackground late-count-section-title">
<b>
Days Late - 7 Year History
</b>
</td>
</tr>
</tbody>
</table>
<table class="table table-bordered late-count-section-content" >
<thead>
<tr>
<td class="late-count-column-header">
<span class="paymenttranUnionText">
TransUnion
</span>
</td>
<td class="late-count-column-header">
<span class="paymentexperianText">
Experian
</span>
</td>
<td class="late-count-column-header">
<span class="paymentequifaxText">
Equifax
</span>
</td>
</tr>
</thead>
<tbody>
<tr>
<td class="late-count-column">
<table class="late-count-column-content-container">
<tbody>
<tr>
<td>
30:
<span class="late-count-number">{{$transUnion['GrantedTrade']['late30Count']??'--'}}</span>
</td>
<td>
60:
<span class="late-count-number">{{$transUnion['GrantedTrade']['late60Count']??'--'}}</span>
</td>
<td>
90:
<span class="late-count-number">{{$transUnion['GrantedTrade']['late90Count']??'--'}}</span>
</td>
</tr>
</tbody>
</table>
</td>
<td class="late-count-column">
<table class="late-count-column-content-container">
<tbody>
<tr>
<td>
30:
<span class="late-count-number">{{$experian['GrantedTrade']['late30Count']??'--'}}</span>
</td>
<td>
60:
<span class="late-count-number">{{$experian['GrantedTrade']['late60Count']??'--'}}</span>
</td>
<td>
90:
<span class="late-count-number">{{$experian['GrantedTrade']['late90Count']??'--'}}</span>
</td>
</tr>
</tbody>
</table>
</td>
<td class="late-count-column">
<table class="late-count-column-content-container">
<tbody>
<tr>
<td>
30:
<span class="late-count-number">{{ $equifax['GrantedTrade']['late30Count']??'--'}}</span>
</td>
<td>
60:
<span class="late-count-number">{{ $equifax['GrantedTrade']['late60Count']??'--'}}</span>
</td>
<td>
90:
<span class="late-count-number">{{ $equifax['GrantedTrade']['late90Count']??'--'}}</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,138 @@
@if(!empty($account_history_data))
@foreach($account_history_data as $revolving)
@php
$counter = 1;
$sub_account_history_data = $revolving;
$value_data = $revolving['data'];
$transUnion = (array_shift($revolving['data']['TransUnion']));
$experian = (array_shift($revolving['data']['Experian']));
$equifax = (array_shift($revolving['data']['Equifax']));
@endphp
<table border="1" bordercolor="#eeeeee" cellpadding="0" cellspacing="0" width="560" >
<tbody>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="560">
<tbody>
<tr>
<td class="crWhiteTradelineHeader" width="5">
</td>
<td class="crWhiteTradelineHeader">
<b>
{{$revolving['title']}}
</b>
</td>
</tr>
</tbody>
</table>
<table border="0" bordercolor="#eeeeee" cellpadding="0" cellspacing="0" width="560">
<tbody>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" class="crLightTableBackground" width="558">
<tbody>
<tr>
<td class="crTableHeader" width="138"> </td>
<td class="tranunionHeaderColum" width="140"> TransUnion </td>
<td class="experianHeaderColum" width="140"> Experian </td>
<td class="equifaxHeaderColum" width="140"> Equifax </td>
</tr>
@foreach($sub_account_history_data['key_data'] as $keys => $values)
@php
if(isRowVisibleInCreditReportHtml($keys,$sub_account_history_data)){
continue;
}
$class = 'crLightTableBackground';
$class1 = '';
if($counter % 2 == 0){
$class = 'crTableBackground';
$class1 = 'accountHistoryColorRow';
}
@endphp
<tr class="{{$class}}">
<td class="{{$class1}}">
<b>
{{$values['title']}}:
</b>
</td>
<td class="{{$class1}}" >
@if(!empty($value_data['TransUnion']))
@foreach($value_data['TransUnion'] as $transUnion)
{{ getCreditReportAccountHistoryInfo($transUnion,$keys) }}
<br/>
@endforeach
@else
--
@endif
</td>
<td class="{{$class1}}" >
@if(!empty($value_data['Experian']))
@foreach($value_data['Experian'] as $experian)
{{ getCreditReportAccountHistoryInfo($experian,$keys) }}
<br/>
@endforeach
@else
--
@endif
</td>
<td class="{{$class1}}">
@if(!empty($value_data['Equifax']))
@foreach($value_data['Equifax'] as $equifax)
{{ getCreditReportAccountHistoryInfo($equifax,$keys) }}
<br/>
@endforeach
@else
--
@endif
</td>
</tr>
@php $counter++ @endphp
@endforeach
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
{{-- Two-Year payment history Start--}}
@include('partials.credit_report.two_years_payment_history',['transUnion'=>$transUnion,'experian'=>$experian,'equifax'=>$equifax])
{{-- Days Late - 7 Year History Start --}}
@include('partials.credit_report.seven_years_account_history',['transUnion'=>$transUnion,'experian'=>$experian,'equifax'=>$equifax])
@endforeach
@endif

View File

@@ -0,0 +1,78 @@
<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="Summary">
Summary
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="1" bordercolor="#eeeeee" cellpadding="0" cellspacing="0" width="560" >
<tbody>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="558">
<tbody>
<tr class="crTableHeader">
<td class="crTableHeader" width="25%">
</td>
<td class="tranunionHeaderColum">
TransUnion®
</td>
<td class="experianHeaderColum">
Experian®
</td>
<td class="equifaxHeaderColum">
Equifax®
</td>
</tr>
@foreach($summary_info_data_set as $summary_info_data)
@php
$class = 'crLightTableBackground';
if($loop->even){
$class = 'crTableBackground';
}
@endphp
<tr class="{{$class}}">
<td class="{{$class}}" valign="bottom">
<span class="Rsmall">
<b>
{{$summary_info_data['title']}}:
</b>
</span>
</td>
<td class="{{$class}}" valign="bottom">
<span class="Rsmall">
{{$summary_info_data['TransUnion']}}
</span>
</td>
<td class="{{$class}}" valign="bottom">
<span class="Rsmall">
{{$summary_info_data['Experian']}}
</span>
</td>
<td class="{{$class}}" valign="bottom">
<span class="Rsmall">
{{$summary_info_data['Equifax']}}
</span>
</td>
</tr>
@endforeach
</tbody>
</table>
</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,257 @@
<table border="0" cellpadding="0" cellspacing="0" width="560" >
<tbody>
<tr>
<td class="crLightTableBackground" colspan="3">
<img alt="unkown" height="5" src="https://www.smartcredit.com/resources/images/shared/tui/creditreport/tradeline-clear.gif" width="5"/>
</td>
</tr>
<tr>
<td class="crLightTableBackground" width="5">
<img alt="unkown" height="18" src="https://www.smartcredit.com/resources/images/shared/tui/creditreport/tradeline-clear.gif" width="5"/>
</td>
<td class="crLightTableBackground" valign="top" width="355">
<b>
Two-Year payment history
</b>
</td>
</tr>
</tbody>
</table>
<table border="1" bordercolor="#eeeeee" cellpadding="0" cellspacing="0" width="560" >
<tbody>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="558">
<tbody>
<tr>
<td class="crLightTableBackground" width="8">
<img alt="unkown" height="18" src="https://www.smartcredit.com/resources/images/shared/tui/creditreport/tradeline-clear.gif" width="5"/>
</td>
<td class="crLightTableBackground" rowspan="2" style="font-size: 10px;" valign="top" width="65">
<span class="paymenttranUnionText">
TransUnion
</span>
<img alt="unkown" height="2" src="https://www.smartcredit.com/resources/images/shared/tui/creditreport/tradeline-clear.gif" width="3"/>
</td>
@if(!empty($transUnion['GrantedTrade']['PayStatusHistory']['MonthlyPayStatus']))
@foreach(array_reverse($transUnion['GrantedTrade']['PayStatusHistory']['MonthlyPayStatus']) as $monthlyPayStatus)
@php
$pay_status = getMonthlyPayStatus($monthlyPayStatus);
@endphp
<td class="crLightTableBackground" width="22">
<img alt="{{$pay_status['status']}}" height="11" src="{{$pay_status['url']}}" width="17"/>
</td>
@endforeach
@else
<td align="left" class="crLightTableBackground" colspan="24">
<b> NONE REPORTED </b>
</td>
@endif
</tr>
@if(!empty($transUnion['GrantedTrade']['PayStatusHistory']['MonthlyPayStatus']))
<tr>
<td class="crLightTableBackground">
</td>
@foreach(array_reverse($transUnion['GrantedTrade']['PayStatusHistory']['MonthlyPayStatus']) as $monthlyPayStatus)
@php
$data = getPayStatusHistory($monthlyPayStatus);
@endphp
@if($data['isViewed'])
<td class="crLightTableBackground" style="font-size: 8px; font-weight: bold; " width="22">
<img alt="'" height="9" src="https://www.smartcredit.com/resources/images/shared/tui/creditreport/monthsandyears/apostrophe-gray.gif" width="5"/>
<img alt="{{$data['year_split_0']}}" height="9" src="{{$data['url1']}}" width="6"/>
<img alt="{{$data['year_split_1']}}" height="9" src="{{$data['url2']}}" width="6"/>
</td>
@else
<td class="crLightTableBackground" style="font-size: 8px; font-weight: bold; " width="22">
<img alt="{{strtoupper($data['month'])}}" height="9" src="{{$data['url3']}}" width="17"/>
</td>
@endif
@endforeach
</tr>
@endif
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" bordercolor="#eeeeee" cellpadding="0" cellspacing="0" height="2" width="560" >
<tbody>
<tr>
<td>
</td>
</tr>
</tbody>
</table>
<table border="1" bordercolor="#eeeeee" cellpadding="0" cellspacing="0" width="560" >
<tbody>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="558">
<tbody>
<tr>
<td class="crLightTableBackground" width="8">
<img alt="unkown" height="18" src="https://www.smartcredit.com/resources/images/shared/tui/creditreport/tradeline-clear.gif" width="5"/>
</td>
<td class="crLightTableBackground" rowspan="2" style="font-size: 10px;" valign="top" width="65">
<span class="paymentexperianText">
Experian
</span>
<img alt="unkown" height="2" src="https://www.smartcredit.com/resources/images/shared/tui/creditreport/tradeline-clear.gif" width="3"/>
</td>
@if(!empty($experian['GrantedTrade']['PayStatusHistory']['MonthlyPayStatus']))
@foreach(array_reverse($experian['GrantedTrade']['PayStatusHistory']['MonthlyPayStatus']) as $monthlyPayStatus)
@php
$pay_status = getMonthlyPayStatus($monthlyPayStatus);
@endphp
<td class="crLightTableBackground" width="22">
<img alt="{{$pay_status['status']}}" height="11" src="{{$pay_status['url']}}" width="17"/>
</td>
@endforeach
@else
<td align="left" class="crLightTableBackground" colspan="24"> <b> NONE REPORTED </b> </td>
@endif
</tr>
@if(!empty($experian['GrantedTrade']['PayStatusHistory']['MonthlyPayStatus']))
<tr>
<td class="crLightTableBackground">
</td>
@foreach(array_reverse($experian['GrantedTrade']['PayStatusHistory']['MonthlyPayStatus']) as $monthlyPayStatus)
@php
$data = getPayStatusHistory($monthlyPayStatus);
@endphp
@if($data['isViewed'])
<td class="crLightTableBackground" style="font-size: 8px; font-weight: bold; " width="22">
<img alt="'" height="9" src="https://www.smartcredit.com/resources/images/shared/tui/creditreport/monthsandyears/apostrophe-gray.gif" width="5"/>
<img alt="{{$data['year_split_0']}}" height="9" src="{{$data['url1']}}" width="6"/>
<img alt="{{$data['year_split_1']}}" height="9" src="{{$data['url2']}}" width="6"/>
</td>
@else
<td class="crLightTableBackground" style="font-size: 8px; font-weight: bold; " width="22">
<img alt="{{strtoupper($data['month'])}}" height="9" src="{{$data['url3']}}" width="17"/>
</td>
@endif
@endforeach
</tr>
@endif
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" bordercolor="#eeeeee" cellpadding="0" cellspacing="0" height="2" width="560" >
<tbody>
<tr>
<td>
</td>
</tr>
</tbody>
</table>
<table border="1" bordercolor="#eeeeee" cellpadding="0" cellspacing="0" width="560" >
<tbody>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="558">
<tbody>
<tr>
<td class="crLightTableBackground" width="8">
<img alt="unkown" height="18" src="https://www.smartcredit.com/resources/images/shared/tui/creditreport/tradeline-clear.gif" width="5"/>
</td>
<td class="crLightTableBackground" rowspan="2" style="font-size: 10px;" valign="top" width="65">
<span class="paymentequifaxText">
Equifax
</span>
<img alt="unkown" height="2" src="https://www.smartcredit.com/resources/images/shared/tui/creditreport/tradeline-clear.gif" width="3"/>
</td>
@if(!empty($equifax['GrantedTrade']['PayStatusHistory']['MonthlyPayStatus']))
@foreach(array_reverse($equifax['GrantedTrade']['PayStatusHistory']['MonthlyPayStatus']) as $monthlyPayStatus)
@php
$pay_status = getMonthlyPayStatus($monthlyPayStatus);
@endphp
<td class="crLightTableBackground" width="22">
<img alt="{{$pay_status['status']}}" height="11" src="{{$pay_status['url']}}" width="17"/>
</td>
@endforeach
@else
<td align="left" class="crLightTableBackground" colspan="24"> <b> NONE REPORTED </b> </td>
@endif
</tr>
@if(!empty($equifax['GrantedTrade']['PayStatusHistory']['MonthlyPayStatus']))
<tr>
<td class="crLightTableBackground">
</td>
@foreach(array_reverse($equifax['GrantedTrade']['PayStatusHistory']['MonthlyPayStatus']) as $monthlyPayStatus)
@php
$data = getPayStatusHistory($monthlyPayStatus);
@endphp
@if($data['isViewed'])
<td class="crLightTableBackground" style="font-size: 8px; font-weight: bold; " width="22">
<img alt="'" height="9" src="https://www.smartcredit.com/resources/images/shared/tui/creditreport/monthsandyears/apostrophe-gray.gif" width="5"/>
<img alt="{{$data['year_split_0']}}" height="9" src="{{$data['url1']}}" width="6"/>
<img alt="{{$data['year_split_1']}}" height="9" src="{{$data['url2']}}" width="6"/>
</td>
@else
<td class="crLightTableBackground" style="font-size: 8px; font-weight: bold; " width="22">
<img alt="{{strtoupper($data['month'])}}" height="9" src="{{$data['url3']}}" width="17"/>
</td>
@endif
@endforeach
</tr>
@endif
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="560" >
<tbody>
<tr>
<td class="crLightTableBackground">
<img alt="" height="2" src="https://www.smartcredit.com/resources/images/shared/tui/clear.gif" width="1"/>
</td>
</tr>
</tbody>
</table>