mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-23 14:34:19 +00:00
smc report for specific containers
This commit is contained in:
+4
-1
@@ -262,7 +262,10 @@ Route::get('/customer/summary/monthly', function () {
|
||||
<th>CBM</th>
|
||||
</tr>';
|
||||
foreach ($packingLists as $packingList){
|
||||
$packages = $packingList->packingLists->first()->packages;
|
||||
if($packingList->packingLists->first()){
|
||||
$packingList = $packingList->packingLists->first();
|
||||
}
|
||||
$packages = $packingList->packages;
|
||||
foreach ($packages as $package){
|
||||
echo '<tr>
|
||||
<td>-</td>
|
||||
|
||||
Reference in New Issue
Block a user