large commit

This commit is contained in:
Omair Saleh
2019-12-26 12:53:21 +08:00
parent 13c21c1596
commit b660c2f4b4
@@ -21,11 +21,11 @@
}
</style>
<body>
<table style="width: 100%; border: 2px solid #000000;">
<table style="width: 100%;">
<tbody>
@for ($i = 0; $i < 4; $i++)
<tr>
<td align="center" width="30%" style="border: 2px solid #000000;">
<td align="center" width="30%" >
<table width="100%">
<tbody>
<tr align="center">
@@ -35,17 +35,17 @@
</tr>
<tr align="center">
<td>
<h5 style="margin: 0 !important;"><strong>#{{$data['order']->marking}}</strong></h5>
<h6 style="margin: 0 !important;"><strong>#{{$data['order']->marking}}</strong></h6>
</td>
</tr>
</tbody>
</table>
</td>
<td width="70%" style="border: 2px solid #000000; padding: 15px !important;">
<td width="70%" style="padding: 15px !important;">
<table>
<tbody>
<tr>
<td style="border-bottom: solid 2px #000000;">
<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>