I have an addresses component, there is all the logic in it, etc., in blade temaplte of this component I use the table component (for reusability), in the table component I include a form in which I use wire:model=$parent.name, there is a problem here because the validation messages are only available in the addresses component, not in the table, so @error() does not work in the form. Is there any way to get around this and use @error normally?