|
|
|
|
@ -349,6 +349,7 @@ class CourseSign extends SoftDeletesModel
|
|
|
|
|
$query->orWhere('company_name', 'like', '%' . $item . '%');
|
|
|
|
|
}
|
|
|
|
|
})->get();
|
|
|
|
|
dd($company->pluck('company_name')->toArray());
|
|
|
|
|
$list = User::whereIn('company_id', $company->pluck('id'))->get();
|
|
|
|
|
|
|
|
|
|
if ($retList) {
|
|
|
|
|
|