public function aa(GuPatent $model){$data = $model->where('(maturity+type)=2')->select();dd($model->getLastSql());}