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> </style>
<body> <body>
<table style="width: 100%; border: 2px solid #000000;"> <table style="width: 100%;">
<tbody> <tbody>
@for ($i = 0; $i < 4; $i++) @for ($i = 0; $i < 4; $i++)
<tr> <tr>
<td align="center" width="30%" style="border: 2px solid #000000;"> <td align="center" width="30%" >
<table width="100%"> <table width="100%">
<tbody> <tbody>
<tr align="center"> <tr align="center">
@@ -35,17 +35,17 @@
</tr> </tr>
<tr align="center"> <tr align="center">
<td> <td>
<h5 style="margin: 0 !important;"><strong>#{{$data['order']->marking}}</strong></h5> <h6 style="margin: 0 !important;"><strong>#{{$data['order']->marking}}</strong></h6>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</td> </td>
<td width="70%" style="border: 2px solid #000000; padding: 15px !important;"> <td width="70%" style="padding: 15px !important;">
<table> <table>
<tbody> <tbody>
<tr> <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> <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> </td>
</tr> </tr>