Modal, wire:model and controller attribute

Hi, I have an array with values, these values are links to open a modal and for the user to edit these values. What is happening is that the modal opens but the value does not appear in the input field. Can you help?

This is my blade page where I call the component:

This is view

This is the blade component

This is a modal

And this is my controller component

livewire version: 2.3
Thanks for helping

Check for the “tariffPrice” that you are binding to the nested component, because in the model you have the property named as $price…if you don’t manage this in mount method, both must have the same value, or name, or identification way for proper binding