inital commit
This commit is contained in:
29
resources/views/lg/pdf/partial/asdfgh-w2.blade.php
Normal file
29
resources/views/lg/pdf/partial/asdfgh-w2.blade.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<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 rights. </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 rights
|
||||
</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 rights. </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 rights. </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 rights. </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 rights.
|
||||
</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 rights. </p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<p>(h)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</p>
|
||||
</div>
|
||||
3
resources/views/lg/pdf/partial/bottom-cc.blade.php
Normal file
3
resources/views/lg/pdf/partial/bottom-cc.blade.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<h4 style="font-weight:bold;">
|
||||
CC:<br>Anthony Alexis <br>Assistant Director of Enforcement <br>Consumer Financial Protection Bureau<br>1700 G. Street NW<br>Washington, D.C. 2055
|
||||
</h4>
|
||||
7
resources/views/lg/pdf/partial/bottom-info.blade.php
Normal file
7
resources/views/lg/pdf/partial/bottom-info.blade.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<div class="row">
|
||||
<p class="span-red">My First and Last Name is and ONLY is <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>
|
||||
</div>
|
||||
11
resources/views/lg/pdf/partial/content.blade.php
Normal file
11
resources/views/lg/pdf/partial/content.blade.php
Normal file
@@ -0,0 +1,11 @@
|
||||
@foreach ($content as $key => $obj)
|
||||
|
||||
<?php if(array_key_exists($key,$content_image)) {?>
|
||||
<div class="col-md-8 text-center">
|
||||
<img src="<?php echo asset($content_image[$key])?>" width="500" height="400">
|
||||
</div><br>
|
||||
<?php } ?>
|
||||
<div class="cb-content">{!! $obj !!}</div>
|
||||
@endforeach
|
||||
|
||||
|
||||
12
resources/views/lg/pdf/partial/img_bottom.blade.php
Normal file
12
resources/views/lg/pdf/partial/img_bottom.blade.php
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
@foreach ($img_bottom as $key => $obj)
|
||||
<div class="row">
|
||||
<div class="col-md-12 text-center">
|
||||
{!! $obj !!}
|
||||
<!-- <img style="width: 100%;margin-top: 20px" src="{{asset(getPublicFile($obj))}}" >-->
|
||||
</div>
|
||||
</div>
|
||||
@endforeach
|
||||
|
||||
|
||||
|
||||
4
resources/views/lg/pdf/partial/negative_keys.blade.php
Normal file
4
resources/views/lg/pdf/partial/negative_keys.blade.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<p > <strong class="clr-red">? </strong> = <span class="bg-light-red">Data Point is QUESTIONABLE in its reporting</span>
|
||||
<br> <strong class="clr-red">I </strong> = <span class="bg-light-red">Data Point is INCONSISTENTLY reported across displayed bureaus, an infraction of the 5th point of Metro 2 Five points of compliance!</span>
|
||||
<br> <strong class="clr-red"> M </strong> = <span class="bg-light-red">Data Point is MISSING and or is DEFICIENTLY reported as compared to what is most likely information that SHOULD OF BEEN adequately reported!</span>
|
||||
<br> <strong class="clr-red"> U </strong> = <span class="bg-light-red">Data Point is else wise UNPROVEN , as reported! Undocumented claims can NOT be assumed valid nor compliantly reported!</span></p>
|
||||
6
resources/views/lg/pdf/partial/pinfo.blade.php
Normal file
6
resources/views/lg/pdf/partial/pinfo.blade.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="row">
|
||||
<p class="span-blue">My Personal Tracking Number is <span class="span-ul">{{$universal['p_tracking_number']}}</span></p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<p class="span-blue">Destination of my Consumer Complaint is <span class="span-ul">{{$destination}}</span></p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user