'int' ]; protected $fillable = [ 'language', 'product_id', 'key', 'value' ]; public function product() { return $this->belongsTo(Product::class); } }