mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-21 13:34:08 +00:00
update rfm to table
This commit is contained in:
+1
-2
@@ -304,6 +304,7 @@ Route::get('/customers/active/{active_start}/{active_end}/{inactive_start?}/{ina
|
||||
<th>Number of Orders</th>
|
||||
<th>CBM</th>
|
||||
</tr>';
|
||||
|
||||
foreach ($companies as $key => $company){
|
||||
$connection = $company->inviters()->withPivot('invitee_reference')->first();
|
||||
$marking = $connection ? $connection->pivot->invitee_reference:'';
|
||||
@@ -317,8 +318,6 @@ Route::get('/customers/active/{active_start}/{active_end}/{inactive_start?}/{ina
|
||||
});
|
||||
}
|
||||
|
||||
$totalCbm = ($with_cbm ? '['. $packingList->count().'] ('. $totalCbm .')' : '');
|
||||
|
||||
echo '<tr>
|
||||
<td>'.$key.'</td>
|
||||
<td><a href="'.route('customer.profile', $marking).'" target="_blank">'.$marking.'</a></td>
|
||||
|
||||
Reference in New Issue
Block a user