large commit

This commit is contained in:
Omair Saleh
2019-12-26 12:58:46 +08:00
parent daf816e369
commit d6541dcc52
@@ -23,38 +23,36 @@
<body>
<table style="width: 100%;">
<tbody>
@for ($i = 0; $i < 4; $i++)
<tr>
<td align="center" width="30%" >
<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>
<tr align="center">
<td>
<h6 style="margin: 0 !important;"><strong>#{{$data['order']->marking}}</strong></h6>
</td>
</tr>
</tbody>
</table>
</td>
<td width="70%" style="padding: 15px !important;">
<table>
<tbody>
<tr>
<td>
<h3 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}}</h3>
</td>
</tr>
</tbody>
</table>
<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>
<tr align="center">
<td>
<h6 style="margin: 0 !important;"><strong>#{{$data['order']->marking}}</strong></h6>
</td>
</tr>
</tbody>
</table>
</td>
<td width="70%" 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>
@endfor
</td>
</tr>
</tbody>
</table>
</body>