model->where($where)->orderByRaw('id desc,created_at desc'); if ($page) { return $res->paginate($page); } else { return $res->get(); } } }