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 @@
<!DOCTYPE html>
<html>
@include('layouts.lg-pdf-css')
<body>
<div class="container" style="margin-top: 30px;">
<div class="row" id="pdf">
<div class="row"><br></div>
<div class="row">
<table style="width:100%">
<tr>
<td style="width:50%">
<span style="float:left" class="span-red">Today&apos;s Date is: <span
class="span-ul">{{$universal['today']}}</span></span>
</td>
<td style="width:50%">
<span
class="span-large">Credit Report Data Resource:</span> <span
style="font-size:16px;" class="span-ul" style="float: right;">{{$universal['cr_resource']}}
</span>
</td>
</tr>
</table>
<p>
</p>
</div>
<br>
<div class="row">
<p class="span-red">My First and Last Name is and ONLY is&nbsp; <span
class="span-ul">{{$universal['name']}}</span></p>
</div>
<div class="row">
<p class="span-red">My Address Street Number, Street Name, City, and State is and only is</p>
<p class="span-ul">{{$universal['address']}}</p><br>
<p class="span-red">My Date of Birth is and only is&nbsp; <span class="span-ul">{{$universal['dob']}}</span>
</p>
<p class="span-red">My current Legally acquired lawful Social Security Number last four is and only is
&nbsp;<span class="span-ul">{{$universal['ssn']}}</span></p>
</div>
<div class="row">
<p>****To begin, I would like to ensure you have and ONLY RETAIN current, TRUE, CORRECT, COMPLETE, and
MANDATED REPORTED information per FCRA regulations, any and all others that might be reported now or
else wise I DEMAND, as is my lawful RIGHT(s) to do so, that you annul permanently and immediately any
and all deficient of these afore-noted conditions, mentioned or not, especially if related directly or
indirectly to any potentially injurious information be it true or unknown! Again, I DO NOT AUTHORIZE you
to mis-report any mis-information now or ever, please review and ENSURE your adequate and full
accordance to the laws upon which govern your practice of reporting consumer credit profiles. </p>
</div>
<div class="row">
<p>(a)I do NOT have any requisite OTHER NAMES or aliases and I do NOT desire any OTHER NAMES or aliases to
be retained or reported, if ANY DELETE NOW or produce PROOF of your legitimate AUTHORITY to retain much
less report without infringing my consumer right(s).</p>
</div>
<div class="row">
<p>(b)I do NOT have any requisite OTHER CURRENT addresses and I do NOT desire any OTHER ADDRESSES to be
retained or reported, if ANY DELETE NOW or produce PROOF of your legitimate AUTHORITY to retain much
less report without infringing my consumer right(s).</p>
</div>
<div class="row">
<p>(c )I do NOT have any requisite OTHER SSNs and I do NOT desire any OTHER SSNs to be retained or reported,
if ANY DELETE NOW or product PROOF of your legitimate AUTHORITY to retain much less report without
infringing my consumer right(s)..</p>
</div>
<div class="row">
<p>(d)I do NOT have any requisite OTHER Dates of Birth and I do NOT desire any OTHER Dates of Birth to be
retained or reported, if ANY DELETE NOW or product PROOF of your legitimate AUTHORITY to retain much
less report without infringing my consumer right(s).</p>
</div>
<div class="row">
<p>(e)I do NOT have any requisite telephone numbers and I do NOT desire any telephone numbers to be retained
or reported, if ANY DELETE NOW or product PROOF of your legitimate AUTHORITY to retain much less report
without infringing my consumer right(s).</p>
</div>
<div class="row">
<p>(f)I do NOT have any requisite employers and I do NOT desire any employers to be retained or reported, if
ANY DELETE NOW or product PROOF of your legitimate AUTHORITY to retain much less report without
infringing my consumer right(s).</p>
</div>
<div class="row">
<p>(g)I do NOT have any requisite spouses/ roommates/ co-applicants and I do NOT desire any spouses/
roommates/ co-applicants to be retained or reported, if ANY DELETE NOW or product PROOF of your
legitimate AUTHORITY to retain much less report without infringing my consumer right(s).</p>
</div>
@yield('content')
</div>
</div>
</body>
</html>