where(function($query) use($conditions){ if (isset($conditions['local_id'])){ $query->where('local_id', $conditions['local_id']); } })->orderByRaw($sort)->paginate($limit, $fields); return $this->response($result); } }