Rendering issue blade template

Is anyone familiar with the following issue. This code:

<p>
     @include('component')
</p>

produces the following html output:

<p></p>
    [[output of the component]]
<p></p>

It’s most likely due to the contents of your component. Try using something different

This topic was automatically closed after 42 days. New replies are no longer allowed.