mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-24 06:54:26 +00:00
fix yd fetch data
This commit is contained in:
+3
-1
@@ -197,8 +197,10 @@ Route::get('/min_cbm', function (){
|
||||
});
|
||||
})->limit(1)->get();
|
||||
|
||||
$i = 0;
|
||||
foreach ($companies as $company) {
|
||||
echo route('customer.profile', $company->inviters()->withPivot('invitee_reference')->first()->pivot->invitee_reference).'<br>';
|
||||
$marking = $company->inviters()->withPivot('invitee_reference')->first()->pivot->invitee_reference;
|
||||
echo '<a href="'.route('customer.profile', $marking).'" target="_blank">'.$i++.'. '.$marking.'</a><br>';
|
||||
}
|
||||
});
|
||||
Route::get('/export/customer-latest-order-date/f614e339d7058904a831aad742e24d55', 'Exports\ExportCustomersToExcelController@export');
|
||||
Reference in New Issue
Block a user