Blade button doesn’t generate well on preprod
I have a very simple table with different buttons on each line that are all blade components, each of these generate a form with a submit button to redirect to another page.
Yet for some reason my “x-buttons.delete” component only generate the tag and not the form.
I know I could just remove the not-working form and put a tag in the button but I’m still wondering why is it doing that?