large commit

This commit is contained in:
Omair Saleh
2019-12-26 14:28:11 +08:00
parent 991403b916
commit 88be304da4
@@ -21,7 +21,7 @@
}
</style>
<body>
<div style="width: 226px; height: 141px;">
<div style="width: 100%; height: 141px;">
<div style="width: 100%; text-align: center;">
<img src="{{ url('https://chart.googleapis.com/chart?chs=100x100&cht=qr&chl={"hash":"{1*23456}","id":'.$data['order']->id.'}') }}" />
</div>
@@ -29,35 +29,6 @@
<h5 style="margin-top: 0px !important; margin-bottom: 10px !important;">@if(strtolower($data['delivery_address']->state) === 'sabah') SB/ @elseif(strtolower($data['delivery_address']->state) === 'sarawak') SRW/ @endif{{$data['company']->marking}}/{{$data['order']->marking}}</h5>
</div>
</div>
<table style="width: 100%;">
<tbody>
<tr>
<td align="center" width="15%" >
<table width="100%">
<tbody>
<tr align="center">
<td>
<img src="{{ url('https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl={"hash":"{1*23456}","id":'.$data['order']->id.'}') }}" />
</td>
</tr>
</tbody>
</table>
</td>
<td width="85%" style="padding: 15px !important;">
<table>
<tbody>
<tr>
<td>
<h5 style="margin-top: 0px !important; margin-bottom: 10px !important;">@if(strtolower($data['delivery_address']->state) === 'sabah') SB/ @elseif(strtolower($data['delivery_address']->state) === 'sarawak') SRW/ @endif{{$data['company']->marking}}/{{$data['order']->marking}}</h5>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
</html>