walletservice/resources/views/emails/qr_code.blade.php

183 lines
5.3 KiB
PHP
Executable File

<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<meta name=Generator content="QRCode">
<style>
<!--
/* Font Definitions */
@font-face {
font-family: Wingdings;
panose-1: 5 0 0 0 0 0 0 0 0 0;
}
@font-face {
font-family: "Cambria Math";
panose-1: 2 4 5 3 5 4 6 3 2 4;
}
@font-face {
font-family: Calibri;
panose-1: 2 15 5 2 2 2 4 3 2 4;
}
@font-face {
font-family: Tahoma;
panose-1: 2 11 6 4 3 5 4 4 2 4;
}
@font-face {
font-family: "Segoe UI";
panose-1: 2 11 5 2 4 2 4 2 2 3;
}
@font-face {
font-family: Garamond;
panose-1: 2 2 4 4 3 3 1 1 8 3;
}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal {
margin: 0in;
font-size: 12.0pt;
font-family: "Times New Roman", serif;
}
p.MsoHeader, li.MsoHeader, div.MsoHeader {
mso-style-link: "Header Char";
margin: 0in;
font-size: 12.0pt;
font-family: "Times New Roman", serif;
}
p.MsoNoSpacing, li.MsoNoSpacing, div.MsoNoSpacing {
margin: 0in;
font-size: 11.0pt;
font-family: "Calibri", sans-serif;
}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
margin-top: 0in;
margin-right: 0in;
margin-bottom: 0in;
margin-left: .5in;
font-size: 12.0pt;
font-family: "Times New Roman", serif;
}
p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst {
margin-top: 0in;
margin-right: 0in;
margin-bottom: 0in;
margin-left: .5in;
font-size: 12.0pt;
font-family: "Times New Roman", serif;
}
p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle {
margin-top: 0in;
margin-right: 0in;
margin-bottom: 0in;
margin-left: .5in;
font-size: 12.0pt;
font-family: "Times New Roman", serif;
}
p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
margin-top: 0in;
margin-right: 0in;
margin-bottom: 0in;
margin-left: .5in;
font-size: 12.0pt;
font-family: "Times New Roman", serif;
}
span.HeaderChar {
mso-style-name: "Header Char";
mso-style-link: Header;
font-family: "Times New Roman", serif;
}
.MsoChpDefault {
font-family: "Calibri", sans-serif;
}
.MsoPapDefault {
margin-bottom: 8.0pt;
line-height: 107%;
}
/* Page Definitions */
@page WordSection1 {
size: 595.3pt 841.9pt;
margin: 44.95pt 49.55pt 42.55pt 70.85pt;
}
div.WordSection1 {
page: WordSection1;
}
/* List Definitions */
ol {
margin-bottom: 0in;
}
ul {
margin-bottom: 0in;
list-style: none;
}
li::before {
content: "-";
display: inline-block;
width: 1em;
margin-left: -1.3em
}
-->
</style>
</head>
<body style='word-wrap:break-word'>
<img width=150 height=100 style="position: absolute; top: 65px;"
src="{{public_path('logo.png')}}">
<div class=WordSection1>
{{-- <p class=MsoNormal>--}}
{{-- <span style='position:absolute;z-index:251659264;margin-left:--}}
{{--512px;margin-top:0px;width:202px;height:55px'>REPUBLIQUE GABONAISE</span>--}}
{{-- <span style='font-size:11.0pt;font-family:"Tahoma",sans-serif;--}}
{{--color:black;position:absolute;z-index:251659264;margin-left:--}}
{{--565px;margin-top:17px;width:202px;height:55px'>-------------------</span>--}}
{{-- <span style='font-size:11.0pt;font-family:"Tahoma",sans-serif;--}}
{{--color:black;position:absolute;z-index:251659264;margin-left:--}}
{{--540px;margin-top:32px;width:202px;height:55px'>Union-Travail-Justice</span>--}}
<span style='font-size:11.0pt;font-family:"Tahoma",sans-serif;color:black'>iLink World Corporation</span></p>
<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Tahoma",sans-serif;
color:black;margin-left: 45px;'>-------------------</span></p>
<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Tahoma",sans-serif;
color:black'>Le numérique au service de l'inclusion financière</span></p>
<p class=MsoNormal align=center style='text-align:center ; margin-top: 150px'><b><u><span
style='font-size:22.0pt;font-family:"Garamond",serif;color:black'>QR CODE - {{$lastname}}</span></u></b>
</p>
<div style="text-align: center; margin-top: 50px;">
<img src="data:image/png;base64, {!! base64_encode(\SimpleSoftwareIO\QrCode\Facades\QrCode::format('svg')
->size(300)->errorCorrection('H')
->generate($data)) !!} ">
</div>
</div>
</body>
</html>