where('workspace_id', $workspaceId); if ($status !== null && $status !== '') { $query->where('status', $status); } if ($platform !== null && $platform !== '') { $query->where('platform', $platform); } return $query->orderBy('agent_id')->get(); } }