update qr header

This commit is contained in:
Frank John Begornia
2021-02-04 19:47:11 +08:00
parent 3c8034dc59
commit 7982c4cf4c

View File

@@ -367,7 +367,6 @@
<!-- START CENTERED WHITE CONTAINER --> <!-- START CENTERED WHITE CONTAINER -->
<table role="presentation" class="main"> <table role="presentation" class="main">
<!-- START MAIN CONTENT AREA --> <!-- START MAIN CONTENT AREA -->
<tr> <tr>
<td class="wrapper"> <td class="wrapper">
@@ -376,12 +375,12 @@
<td> <td>
<h3 class="align-center" style="font-size: 15px;"><b>Order Details</b></h3> <h3 class="align-center" style="font-size: 15px;"><b>Order Details</b></h3>
<table class="table table-condensed table-bordered" style="width: 100%; border-collapse: collapse; "> <table class="table table-condensed table-bordered" style="width: 100%; border-collapse: collapse; ">
<tr > <tr>
<td style="width: 100px; text-align: center;"> <td style="width: 100px; text-align: center;">
<img src="https://crewsportswear.app:5954/?text={{$array_payment_details[0]->InvoiceNumber }}" height="72" alt="QRCode"> <img src="https://crewsportswear.app:5954/?text=00__00__00__{{$array_payment_details[0]->InvoiceNumber }}" height="72" alt="QRCode">
</td> </td>
<td style="text-align: right"> <td style="text-align: right">
<img src="https://crewsportswear.app:5954/?text={{$array_payment_details[0]->InvoiceNumber }}" height="72" alt="QRCode"> <img src="https://crewsportswear.app:5954/?text=00__00__00__{{$array_payment_details[0]->InvoiceNumber }}" height="72" alt="QRCode">
</td> </td>
</tr> </tr>
</table> </table>