Hello!
I have this page and the data from a controller: 'vida_id' and 'cpf'
My component is an upload image which I can reuse. How can I send 'vida_id' and 'cpf' from the blade to the component?
I use bus to send from a component to another, but this works with blade?