initial commit
This commit is contained in:
42
resources/views/layouts/lg-pdf2.blade.php
Normal file
42
resources/views/layouts/lg-pdf2.blade.php
Normal file
@@ -0,0 +1,42 @@
|
||||
<!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">
|
||||
@yield('header_content')
|
||||
<!-- <p><span style="float:left" class="span-red">Today's Date is: <span class="span-ul">{{$universal['today']}}</span></span> <span style="margin-left: 90px;width: 200px;" class="span-large">Credit Report Data Resource:</span> <span style="font-size:16px;" class="span-ul" style="float: right;">{{$universal['cr_resource']}} </span></p>-->
|
||||
<table style="width:100%">
|
||||
<tr>
|
||||
<td style="width:50%">
|
||||
<span style="float:left" class="span-red">Today's Date is: <span
|
||||
class="span-ul">{{$universal['today']}}</span></span>
|
||||
</td>
|
||||
<td style="width:50%">
|
||||
<span
|
||||
style="margin-left: 90px;width: 150px;"
|
||||
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>
|
||||
</div><br>
|
||||
<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>
|
||||
<p class="span-red">My Date of Birth is and only is <span class="span-ul">{{$universal['dob']}} </span></p>
|
||||
|
||||
</div>
|
||||
|
||||
@yield('content')
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user