mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
list customer with delayed shipment
This commit is contained in:
+1
-1
@@ -443,7 +443,7 @@ Route::get('/delayed_container/customers', function(){
|
||||
|
||||
foreach ($companies as $company){
|
||||
$marking = $company->inviters()->withPivot('invitee_reference')->first()->pivot->invitee_reference;
|
||||
echo '<a target="_blank" href="'.routes('customer.profile', $marking).'">'.$marking.'</a><br>';
|
||||
echo '<a target="_blank" href="'.route('customer.profile', $marking).'">'.$marking.'</a><br>';
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user