belongsTo(StockLocation::class, 'stocklocation_id'); } public function product() { return $this->belongsTo(Product::class, 'product_id'); } }