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,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>