where(function($q) use($search, $searchColumns) { foreach($searchColumns as $column) { $q->orWhere($column, 'ilike', "%$search%"); } }); } }