where('goods_id', $goods_id) ->first(); } public function goods(){ return $this->belongsTo(Goods::class); } }