large commit

This commit is contained in:
Omair Saleh
2019-10-07 15:41:13 +08:00
parent 69aee6b72b
commit 32c0486dc1
+1 -1
View File
@@ -46,7 +46,7 @@
<tbody>
<tr>
<td style="border-bottom: solid 2px #000000;">
<h2 style="margin-top: 0px !important; margin-bottom: 10px !important;">@if($delivery_address->state === 'sabah') SB/ @elseif($delivery_address->state === 'sarawak') SRW/ @endif{{$company->marking}}</h2>
<h2 style="margin-top: 0px !important; margin-bottom: 10px !important;">@if(strtolower($delivery_address->state) === 'sabah') SB/ @elseif(strtolower($delivery_address->state) === 'sarawak') SRW/ @endif{{$company->marking}}</h2>
</td>
</tr>
<tr>